Stop alerting errors globally.

This commit is contained in:
Trenton Zimmer
2024-12-30 14:05:12 -05:00
parent 9effeac560
commit 1e0ef9b400

View File

@@ -126,7 +126,6 @@ export const useMainStore = defineStore("main", {
return null;
}
if (response.data.status === "warn") {
alert(response.data.error_code);
this.isSaving = false;
this.isLoading = false;
return null;