summaryrefslogtreecommitdiffstats
path: root/webapp/src/store
diff options
context:
space:
mode:
authorUdo Walter2018-08-02 23:03:19 +0200
committerUdo Walter2018-08-02 23:03:19 +0200
commite900dfbf886c147e3499e409d8f44cc1c41fde8c (patch)
treef1a30ed4b1e54aa17ab0234fa2a7cffdd96259fc /webapp/src/store
parenteslint fixes (diff)
downloadbas-e900dfbf886c147e3499e409d8f44cc1c41fde8c.tar.gz
bas-e900dfbf886c147e3499e409d8f44cc1c41fde8c.tar.xz
bas-e900dfbf886c147e3499e409d8f44cc1c41fde8c.zip
[groups] bugfix + add doubleclick to enter group/client + small design change
Diffstat (limited to 'webapp/src/store')
-rw-r--r--webapp/src/store/groups.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/src/store/groups.js b/webapp/src/store/groups.js
index d11f9fe..0a55924 100644
--- a/webapp/src/store/groups.js
+++ b/webapp/src/store/groups.js
@@ -143,7 +143,6 @@ export default {
addSubgroups (context, { tabIndex, selected }) {
const id = context.state.tabChain[tabIndex].id
const ids = selected.map(x => x.id)
- console.log(ids)
axios.post('/api/groups/addSubgroups', { id, ids }).then(() => {
context.dispatch('reload')
})