IO-969 Phonebook insert error fix.

This commit is contained in:
Patrick Fic
2021-04-29 11:29:26 -07:00
parent 1bda972094
commit 4982e3ce4e
7 changed files with 60 additions and 60 deletions

View File

@@ -99,9 +99,9 @@ export function PhonebookPageComponent({ bodyshop }) {
render: (text, record) => <ChatOpenButton phone={text} />,
},
{
title: t("phonebook.fields.street1"),
dataIndex: "street1",
key: "street1",
title: t("phonebook.fields.address1"),
dataIndex: "address1",
key: "address1",
},
{
title: t("phonebook.fields.city"),