summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-12-27 11:33:48 +0100
committerGitHub <noreply@github.com>2021-12-27 11:33:48 +0100
commitd3455500f39f625b708c990d5bb0fbf0ec0ca73e (patch)
tree1b50b1793bcd336cbf3b9f5e93a547d94f1b678b /src
parent25571144429ccd5dda2ddc05069175dce21c08fc (diff)
parent1adb05ea0ee72c357af5d026eb22735abea2a2db (diff)
Merge pull request #2531 from AminulBD/patch-1
new contact event fix
Diffstat (limited to 'src')
-rw-r--r--src/views/Contacts.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Contacts.vue b/src/views/Contacts.vue
index 53fc45c8..78420b38 100644
--- a/src/views/Contacts.vue
+++ b/src/views/Contacts.vue
@@ -44,7 +44,7 @@
<ContactsContent v-else
:contacts-list="contactsList"
:loading="loadingContacts"
- @newContact="newContact" />
+ @new-contact="newContact" />
<!-- Import modal -->
<Modal v-if="isImporting"