From b957b506f93ca6e93222d863656cf25e7f06a4ee Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Wed, 18 Jan 2023 10:43:42 +0200 Subject: [PATCH] fix: close dialog on install --- lnbits/core/templates/core/install.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lnbits/core/templates/core/install.html b/lnbits/core/templates/core/install.html index ecb7a76c8..d720026ba 100644 --- a/lnbits/core/templates/core/install.html +++ b/lnbits/core/templates/core/install.html @@ -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}`,