summaryrefslogtreecommitdiffstats
path: root/src/components/EntityPicker/ContactsPicker.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/EntityPicker/ContactsPicker.vue')
-rw-r--r--src/components/EntityPicker/ContactsPicker.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/EntityPicker/ContactsPicker.vue b/src/components/EntityPicker/ContactsPicker.vue
index 5fa727b9..e35813ed 100644
--- a/src/components/EntityPicker/ContactsPicker.vue
+++ b/src/components/EntityPicker/ContactsPicker.vue
@@ -140,7 +140,7 @@ export default {
// push contact to server and use limit
requests.push(limit(() => appendContactToGroup(contact, groupName)
- .then((response) => {
+ .then(() => {
this.$store.dispatch('addContactToGroup', { contact, groupName })
this.processStatus.progress++
this.processStatus.success++