diff --git a/ffplayout/frontend/pages/index.vue b/ffplayout/frontend/pages/index.vue index 84c09a0c..2bd74c58 100644 --- a/ffplayout/frontend/pages/index.vue +++ b/ffplayout/frontend/pages/index.vue @@ -201,6 +201,9 @@ export default { } this.checkLogin() + this.$store.dispatch('config/getGuiConfig') + this.$store.dispatch('config/getPlayoutConfig') + this.$store.dispatch('config/getUserConfig') } catch (e) { this.formError = e.message }