Contact edit: fix default type for jabber.

master
Tom Hacohen 6 years ago
parent 87c777ac10
commit 493343dd92

@ -144,7 +144,7 @@ class ContactEdit extends React.PureComponent {
phone: [new ValueType()], phone: [new ValueType()],
email: [new ValueType()], email: [new ValueType()],
address: [new ValueType()], address: [new ValueType()],
impp: [new ValueType()], impp: [new ValueType('jabber')],
org: '', org: '',
note: '', note: '',
title: '', title: '',

Loading…
Cancel
Save