Merge pull request #460 from arcbtc/FastAPI

lnurlp display without refresh
This commit is contained in:
Arc 2021-12-09 10:34:34 +00:00 committed by GitHub
commit a2bb340601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()
})