mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-09 20:12:34 +02:00
Fix payment table refresh (#2894)
This commit is contained in:
committed by
GitHub
parent
5d4d22dcdd
commit
c7ebe09463
@@ -109,7 +109,6 @@
|
|||||||
<payment-list
|
<payment-list
|
||||||
:update="updatePayments"
|
:update="updatePayments"
|
||||||
:mobile-simple="mobileSimple"
|
:mobile-simple="mobileSimple"
|
||||||
:expand-details="expandDetails"
|
|
||||||
/>
|
/>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
</q-card>
|
</q-card>
|
||||||
|
@@ -197,6 +197,7 @@ window.WalletPageLogic = {
|
|||||||
'hiddenQrCodeContainer'
|
'hiddenQrCodeContainer'
|
||||||
).innerHTML
|
).innerHTML
|
||||||
})
|
})
|
||||||
|
this.updatePayments = !this.updatePayments
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
LNbits.utils.notifyApiError(err)
|
LNbits.utils.notifyApiError(err)
|
||||||
|
Reference in New Issue
Block a user