mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-10 12:59:43 +02:00
fix bug with lnurl-withdraw dialog being skipped directly to the previous invoice shown.
This commit is contained in:
parent
1529ebb689
commit
e1501e8ed6
@ -353,7 +353,7 @@ new Vue({
|
||||
this.parse.show = false
|
||||
this.receive.show = true
|
||||
this.receive.status = 'pending'
|
||||
this.paymentReq = null
|
||||
this.receive.paymentReq = null
|
||||
this.receive.data.amount = data.maxWithdrawable / 1000
|
||||
this.receive.data.memo = data.defaultDescription
|
||||
this.receive.minMax = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user