refresh paylinks after create

This commit is contained in:
benarc
2021-11-24 10:02:56 +00:00
parent f1dea9fc9b
commit 947d169baa

View File

@@ -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)