mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-09-12 03:05:15 -05:00
Stop alerting errors globally.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user