fix: close dialog on install

This commit is contained in:
Vlad Stan 2023-01-18 10:43:42 +02:00
parent b039ab1e6b
commit b957b506f9

View File

@ -242,6 +242,7 @@
const extension = this.selectedExtension
try {
extension.inProgress = true
this.showUpgradeDialog = false
await LNbits.api.request(
'POST',
`/api/v1/extension?usr=${this.g.user.id}`,