app install: Fix status of install button

This commit is contained in:
Girish Ramakrishnan
2026-01-20 17:00:02 +01:00
parent e34cf8f6a6
commit 11a8a73723
2 changed files with 35 additions and 24 deletions
@@ -82,6 +82,8 @@ function onRemoveRedirect(index) {
}
async function onSubmit() {
if (!form.value.reportValidity()) return;
busy.value = true;
errorMessage.value = '';
errorObject.value = {};