mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 19:27:44 +02:00
Port export changes to develop (#8329)
Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
This commit is contained in:
@@ -82,7 +82,8 @@ export const workbenchPlugin = plugin(workbenchId, {
|
||||
},
|
||||
extensions: {
|
||||
WorkbenchExtensions: '' as ComponentExtensionId,
|
||||
WorkbenchTabExtensions: '' as ComponentExtensionId
|
||||
WorkbenchTabExtensions: '' as ComponentExtensionId,
|
||||
SpecialViewAction: '' as ComponentExtensionId
|
||||
},
|
||||
function: {
|
||||
CreateWidgetTab: '' as Resource<(widget: Widget, tab: WidgetTab, newTab: boolean) => Promise<void>>,
|
||||
|
||||
Reference in New Issue
Block a user