always load config new

This commit is contained in:
jb-alvarado 2023-07-26 21:21:19 +02:00
parent 3333aa8992
commit 9fb8e99d25

View File

@ -131,9 +131,9 @@ export const useConfig = defineStore('config', {
this.configGui = guiConfigs
this.configGuiRaw = _.cloneDeep(guiConfigs)
this.configCount = guiConfigs.length
}
await this.getPlayoutConfig()
}
return response
},