summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorUdo Walter2019-04-14 04:31:58 +0200
committerUdo Walter2019-04-14 04:31:58 +0200
commit111d9428050b3f59339be1460d179193ab586d05 (patch)
treeb1573989ff7db2ff86aa29b19760a697432a94da /webapp
parent[ipranges] new webapp module and ip for ipranges (diff)
downloadbas-111d9428050b3f59339be1460d179193ab586d05.tar.gz
bas-111d9428050b3f59339be1460d179193ab586d05.tar.xz
bas-111d9428050b3f59339be1460d179193ab586d05.zip
eslint fixes
Diffstat (limited to 'webapp')
-rw-r--r--webapp/src/components/GroupModuleGroupView.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/src/components/GroupModuleGroupView.vue b/webapp/src/components/GroupModuleGroupView.vue
index 2f79911..7333c74 100644
--- a/webapp/src/components/GroupModuleGroupView.vue
+++ b/webapp/src/components/GroupModuleGroupView.vue
@@ -241,8 +241,10 @@ export default {
group (newValue, oldValue) {
if (newValue.id === 'create') {
this.editInfo()
+ this.activeTab = 0
} else if (newValue.id !== oldValue.id) {
this.editMode = false
+ this.activeTab = 0
}
}
},