re-enable the ui, even if it fails
Signed-off-by: Ben Hall <ben@benh.codes>
This commit is contained in:
parent
1108ff6fa3
commit
1ceb844df7
@ -96,6 +96,7 @@
|
|||||||
});
|
});
|
||||||
if (res.status !== 200) {
|
if (res.status !== 200) {
|
||||||
notifyError(`Failed to import settings: ${res.data.error}`);
|
notifyError(`Failed to import settings: ${res.data.error}`);
|
||||||
|
queryLoading = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
queryLoading = false;
|
queryLoading = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user