IO-951 IO-924 Phonebook fixes

This commit is contained in:
Patrick Fic
2021-04-27 09:32:54 -07:00
parent e99a5f5338
commit 31ce47796a
12 changed files with 136 additions and 0 deletions

View File

@@ -76,6 +76,11 @@ export function PhonebookPageComponent({ bodyshop }) {
dataIndex: "company",
key: "company",
},
{
title: t("phonebook.fields.category"),
dataIndex: "category",
key: "category",
},
{
title: t("phonebook.fields.email"),
dataIndex: "email",