app install: Fix status of install button
This commit is contained in:
@@ -82,6 +82,8 @@ function onRemoveRedirect(index) {
|
||||
}
|
||||
|
||||
async function onSubmit() {
|
||||
if (!form.value.reportValidity()) return;
|
||||
|
||||
busy.value = true;
|
||||
errorMessage.value = '';
|
||||
errorObject.value = {};
|
||||
|
||||
Reference in New Issue
Block a user