Merge branch 'FastAPI' into origin/FastAPI

This commit is contained in:
benarc 2021-12-09 10:32:31 +00:00
commit d108a70ec8

View File

@ -166,7 +166,7 @@ new Vue({
LNbits.api
.request('POST', '/lnurlp/api/v1/links', wallet.adminkey, data)
.then(response => {
this.payLinks.push(mapPayLink(response.data))
this.getPayLinks()
this.formDialog.show = false
this.resetFormData()
})