From 843946b27642f5acdeb1d5dc0d46eada379dbd0c Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Thu, 18 Apr 2019 13:21:08 +0000 Subject: [webapp/groups] automatically switch to subgroups or clients on load --- webapp/src/store/groups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/src/store/groups.js') 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 -- cgit v1.2.3-55-g7522