From 1e0ef9b4008537bef7981a59953b4ac9c2ec35aa Mon Sep 17 00:00:00 2001 From: Trenton Zimmer <66042448+trmazi@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:05:12 -0500 Subject: [PATCH] Stop alerting errors globally. --- src/stores/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stores/main.js b/src/stores/main.js index bbbe914..133f132 100644 --- a/src/stores/main.js +++ b/src/stores/main.js @@ -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;