Fix payment table refresh (#2894)
This commit is contained in:
parent
5d4d22dcdd
commit
c7ebe09463
2 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue