lint and sw fixes
This commit is contained in:
parent
ad65719ef4
commit
97fdee5c9d
7 changed files with 14 additions and 9 deletions
|
|
@ -199,7 +199,7 @@ export const useInterfaceStore = defineStore('interface', {
|
|||
console.log(this.globalError)
|
||||
},
|
||||
clearGlobalError() {
|
||||
this.globalError = null;
|
||||
this.globalError = null
|
||||
},
|
||||
pushGlobalNotice({
|
||||
messageKey,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue