fix: set the configuration dict
This commit is contained in:
parent
c3eb7091af
commit
66c349d41f
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ export const useConfigStore = defineStore('config', () => {
|
|||
delete data.queue;
|
||||
}
|
||||
|
||||
setAll(data);
|
||||
} catch (e: any) {
|
||||
console.error('Failed to load configuration', e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue