lint and sw fixes

This commit is contained in:
Henry Jameson 2026-06-30 04:02:13 +03:00
commit 97fdee5c9d
7 changed files with 14 additions and 9 deletions

View file

@ -199,7 +199,7 @@ export const useInterfaceStore = defineStore('interface', {
console.log(this.globalError)
},
clearGlobalError() {
this.globalError = null;
this.globalError = null
},
pushGlobalNotice({
messageKey,