summaryrefslogtreecommitdiffstats
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/Contacts.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/Contacts.vue b/src/views/Contacts.vue
index c7c80a42..894389fd 100644
--- a/src/views/Contacts.vue
+++ b/src/views/Contacts.vue
@@ -291,6 +291,7 @@ export default {
})
} catch (error) {
OC.Notification.showTemporary(t('contacts', 'Unable to create the contact.'))
+ console.error(error)
}
},