From e1501e8ed63be8dca64ecd53f24c4da3da539078 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 13 Oct 2020 15:20:58 -0300 Subject: [PATCH] fix bug with lnurl-withdraw dialog being skipped directly to the previous invoice shown. --- lnbits/core/static/js/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/core/static/js/wallet.js b/lnbits/core/static/js/wallet.js index 0b08bcca..fbcf81c3 100644 --- a/lnbits/core/static/js/wallet.js +++ b/lnbits/core/static/js/wallet.js @@ -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 = [