fix: set the configuration dict

This commit is contained in:
arabcoders 2026-01-22 20:04:09 +03:00
parent c3eb7091af
commit 66c349d41f

View file

@ -77,6 +77,7 @@ export const useConfigStore = defineStore('config', () => {
delete data.queue;
}
setAll(data);
} catch (e: any) {
console.error('Failed to load configuration', e);
}