mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
uberf-13587: fix integrating ai-assistant in workspaces other than the first one (#9882)
This commit is contained in:
@@ -33,6 +33,7 @@ export function createModel (builder: Builder): void {
|
||||
icon: aiAssistant.component.IconHulyAssistant,
|
||||
allowMultiple: false,
|
||||
createComponent: aiAssistant.component.Connect,
|
||||
configureComponent: aiAssistant.component.Connect,
|
||||
onDisconnect: aiAssistant.handler.DisconnectHandler,
|
||||
onDisconnectAll: aiAssistant.handler.DisconnectAllHandler,
|
||||
reconnectComponent: aiAssistant.component.Connect,
|
||||
|
||||
Reference in New Issue
Block a user