From 493343dd92da34ca73bfedf65c24346613ef6969 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 13 Nov 2018 10:31:18 +0000 Subject: [PATCH] Contact edit: fix default type for jabber. --- src/components/ContactEdit.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContactEdit.tsx b/src/components/ContactEdit.tsx index 6512827..6984435 100644 --- a/src/components/ContactEdit.tsx +++ b/src/components/ContactEdit.tsx @@ -144,7 +144,7 @@ class ContactEdit extends React.PureComponent { phone: [new ValueType()], email: [new ValueType()], address: [new ValueType()], - impp: [new ValueType()], + impp: [new ValueType('jabber')], org: '', note: '', title: '',