Set busy state to false when restore fails
This commit is contained in:
@@ -55,6 +55,7 @@ async function waitForRestore () {
|
||||
if (!result.adminFqdn || result.restore.errorMessage) { // restore reset or errored. start over
|
||||
formError.value.dnsWait = result.restore.errorMessage;
|
||||
waitingForRestore.value = false;
|
||||
busy.value = false;
|
||||
} else { // proceed to dashboard
|
||||
window.location.href = 'https://' + result.adminFqdn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user