summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/RegistrationModuleEdit.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/RegistrationModuleEdit.vue')
-rw-r--r--webapp/src/components/RegistrationModuleEdit.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/src/components/RegistrationModuleEdit.vue b/webapp/src/components/RegistrationModuleEdit.vue
index 9709f86..040acec 100644
--- a/webapp/src/components/RegistrationModuleEdit.vue
+++ b/webapp/src/components/RegistrationModuleEdit.vue
@@ -77,7 +77,8 @@ export default {
}
},
computed: {
- ...mapState('registration', ['dialog', 'groupList']),
+ ...mapState('registration', ['dialog']),
+ ...mapState('groups', ['groupList']),
headers () {
return [
{ key: 'name', text: this.$t('name') }