summaryrefslogtreecommitdiffstats
path: root/webapp/src
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src')
-rw-r--r--webapp/src/components/EventModuleEdit.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/EventModuleEdit.vue b/webapp/src/components/EventModuleEdit.vue
index 437fc02..c4ad797 100644
--- a/webapp/src/components/EventModuleEdit.vue
+++ b/webapp/src/components/EventModuleEdit.vue
@@ -635,7 +635,7 @@ export default {
this.blackgroupList = response.data.subgroups
this.blackclientList = response.data.clients
this.blacklistGroups = this.blacklistGroups.filter(g => this.blackgroupList.map(x => x.id).indexOf(g.id) !== -1)
- this.blacklistClients = this.blacklistGroups.filter(c => this.blacklistClients.map(x => x.id).indexOf(c.id) !== -1)
+ this.blacklistClients = this.blacklistClients.filter(c => this.blacklistClients.map(x => x.id).indexOf(c.id) !== -1)
} else {
this.blackgroupList = []
this.blackclientList = []