summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/ConfiguratorModule.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/ConfiguratorModule.vue')
-rw-r--r--webapp/src/components/ConfiguratorModule.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/src/components/ConfiguratorModule.vue b/webapp/src/components/ConfiguratorModule.vue
index 7562021..b336943 100644
--- a/webapp/src/components/ConfiguratorModule.vue
+++ b/webapp/src/components/ConfiguratorModule.vue
@@ -173,6 +173,7 @@ export default {
created () {
this.$store.dispatch('configurator/loadData')
this.$store.dispatch('groups/loadGroupList')
+ this.$store.dispatch('groups/loadClientList')
}
}
</script>