lint
This commit is contained in:
parent
3c69936fc7
commit
002b97295d
6 changed files with 14 additions and 14 deletions
|
|
@ -161,7 +161,9 @@ export const useInterfaceStore = defineStore('interface', {
|
|||
case 'hidden':
|
||||
return
|
||||
default:
|
||||
throw new Error(`Illegal minimization state of settings modal: ${this.settingsModalState}`)
|
||||
throw new Error(
|
||||
`Illegal minimization state of settings modal: ${this.settingsModalState}`,
|
||||
)
|
||||
}
|
||||
},
|
||||
clearSettingsModalTargetTab() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue