fixed error in alert box, added icon in upload

This commit is contained in:
sanjayk03-dev
2024-01-04 23:01:31 +05:30
parent 6521ea338a
commit 2752dcb8f7
2 changed files with 7 additions and 2 deletions

View File

@@ -138,7 +138,6 @@ module.exports = {
await api.put("config/save", this.config);
console.log("Successfully flushed");
this.$dispatch("update");
this.confirmReset = false;
} catch (error) {
console.error("Restore Failed: ", error);
alert("Restore failed");