summaryrefslogtreecommitdiffstats
path: root/webapp/src
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src')
-rw-r--r--webapp/src/components/GroupModuleGroupView.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/src/components/GroupModuleGroupView.vue b/webapp/src/components/GroupModuleGroupView.vue
index 413e3b4..5144680 100644
--- a/webapp/src/components/GroupModuleGroupView.vue
+++ b/webapp/src/components/GroupModuleGroupView.vue
@@ -171,6 +171,7 @@ export default {
this.editMode = true
this.info.name = this.group.name
this.info.description = this.group.description
+ this.info.configId = this.group.configId
this.parentIds = this.group.parents ? this.group.parents.map(x => x.id) : []
},
cancelEdit () {