mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 03:57:29 +02:00
refresh paylinks after create
This commit is contained in:
@@ -472,6 +472,7 @@
|
|||||||
this.payLinks.push(mapPayLink(response.data))
|
this.payLinks.push(mapPayLink(response.data))
|
||||||
this.formDialog.show = false
|
this.formDialog.show = false
|
||||||
this.resetFormData()
|
this.resetFormData()
|
||||||
|
this.getPayLinks()
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
LNbits.utils.notifyApiError(err)
|
LNbits.utils.notifyApiError(err)
|
||||||
|
Reference in New Issue
Block a user