re-enable the ui, even if it fails

Signed-off-by: Ben Hall <ben@benh.codes>
This commit is contained in:
Ben Hall 2025-02-09 20:09:09 +00:00
parent 1108ff6fa3
commit 1ceb844df7

View File

@ -96,6 +96,7 @@
});
if (res.status !== 200) {
notifyError(`Failed to import settings: ${res.data.error}`);
queryLoading = false;
return;
}
queryLoading = false;