summaryrefslogtreecommitdiffstats
path: root/webapp/src/store/groups.js
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/store/groups.js')
-rw-r--r--webapp/src/store/groups.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/store/groups.js b/webapp/src/store/groups.js
index c5df70a..24f58d3 100644
--- a/webapp/src/store/groups.js
+++ b/webapp/src/store/groups.js
@@ -78,7 +78,7 @@ export default {
if (insert) context.commit('setActiveTab', 2)
context.commit(insert ? 'insertTab' : 'setTab', {
index: tabIndex,
- item: { id, name, tabType: 'group', tabShowAll: showAll, subgroups: [], clients: [] }
+ item: { id, name, tabType: 'group', tabShowAll: showAll, subgroups: [], clients: [], isPlaceholder: true }
})
}
if (insert) tabIndex = 1