diff --git a/stores/config.ts b/stores/config.ts index dde02e04..6dede7be 100644 --- a/stores/config.ts +++ b/stores/config.ts @@ -131,10 +131,10 @@ export const useConfig = defineStore('config', { this.configGui = guiConfigs this.configGuiRaw = _.cloneDeep(guiConfigs) this.configCount = guiConfigs.length - - await this.getPlayoutConfig() } + await this.getPlayoutConfig() + return response },