From d982fcf753353236cbaa65a8715cbb4097d2e49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 25 Jan 2019 09:48:19 +0100 Subject: Properly format displayName and validate fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/views/Contacts.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'src/views') 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) } }, -- cgit v1.2.3