Add workbench tabs (#6788)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2024-10-03 01:49:49 +07:00
committed by GitHub
parent ce2621d472
commit b5fed4879f
36 changed files with 794 additions and 69 deletions
+3 -1
View File
@@ -299,7 +299,9 @@ export const contactPlugin = plugin(contactId, {
SelectUsers: '' as IntlString,
AddGuest: '' as IntlString,
Members: '' as IntlString,
Contacts: '' as IntlString
Contacts: '' as IntlString,
Employees: '' as IntlString,
Persons: '' as IntlString
},
viewlet: {
TableMember: '' as Ref<Viewlet>,