Merge pull request #2531 from AminulBD/patch-1

new contact event fix
This commit is contained in:
Christoph Wurst 2021-12-27 11:33:48 +01:00 committed by GitHub
commit d3455500f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<ContactsContent v-else
:contacts-list="contactsList"
:loading="loadingContacts"
@newContact="newContact" />
@new-contact="newContact" />
<!-- Import modal -->
<Modal v-if="isImporting"