Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAminul Islam <me@aminul.net>2021-11-20 19:50:30 +0300
committerAminul Islam <me@aminul.net>2021-11-25 06:35:02 +0300
commit0d4af483386950cea07fbb542b49affa94cb2d70 (patch)
tree73bc0e0bda127a0a149903ebe535c25df99d6571 /src
parent9ae9b7e463cca26b5842f336d79461a4af87ac99 (diff)
new contact event fix
Signed-off-by: Aminul Islam <me@aminul.net>
Diffstat (limited to 'src')
-rw-r--r--src/components/AppContent/ContactsContent.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppContent/ContactsContent.vue b/src/components/AppContent/ContactsContent.vue
index 7cd2ef3d..3fdde2af 100644
--- a/src/components/AppContent/ContactsContent.vue
+++ b/src/components/AppContent/ContactsContent.vue
@@ -157,7 +157,7 @@ export default {
* Forward the newContact event to the parent
*/
newContact() {
- this.$emit('new-contact')
+ this.$emit('newContact')
},
/**