diff --git a/ui/app/stores/ConfigStore.ts b/ui/app/stores/ConfigStore.ts index 47a51739..b48bf181 100644 --- a/ui/app/stores/ConfigStore.ts +++ b/ui/app/stores/ConfigStore.ts @@ -77,6 +77,7 @@ export const useConfigStore = defineStore('config', () => { delete data.queue; } + setAll(data); } catch (e: any) { console.error('Failed to load configuration', e); }