mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-07 10:17:42 +02:00
Add workbench tabs (#6788)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -47,13 +47,15 @@ export default mergeIds(workbenchId, workbench, {
|
||||
WorkspaceCreating: '' as IntlString,
|
||||
AccessDenied: '' as IntlString,
|
||||
Widget: '' as IntlString,
|
||||
WidgetPreference: '' as IntlString
|
||||
WidgetPreference: '' as IntlString,
|
||||
Tab: '' as IntlString
|
||||
},
|
||||
metadata: {
|
||||
MobileAllowed: '' as Metadata<boolean>
|
||||
},
|
||||
component: {
|
||||
SpacePanel: '' as AnyComponent,
|
||||
Workbench: '' as AnyComponent
|
||||
Workbench: '' as AnyComponent,
|
||||
WorkbenchTabs: '' as AnyComponent
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user