From b86fd80fc9fe06011367ca04a75e4b52533db1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milorad=20FIlipovi=C4=87?= Date: Thu, 19 Sep 2024 14:06:14 +0200 Subject: [PATCH] fix(editor): Update gird size when opening credentials support chat (#10882) --- packages/editor-ui/src/stores/assistant.store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/stores/assistant.store.ts b/packages/editor-ui/src/stores/assistant.store.ts index 0ac0346e9c..cfa25e1141 100644 --- a/packages/editor-ui/src/stores/assistant.store.ts +++ b/packages/editor-ui/src/stores/assistant.store.ts @@ -356,9 +356,9 @@ export const useAssistantStore = defineStore(STORES.ASSISTANT, () => { resetAssistantChat(); chatSessionTask.value = credentialType ? 'credentials' : 'support'; chatSessionCredType.value = credentialType; - chatWindowOpen.value = true; addUserMessage(userMessage, id); addLoadingAssistantMessage(locale.baseText('aiAssistant.thinkingSteps.thinking')); + openChat(); streaming.value = true; let payload: ChatRequest.InitSupportChat | ChatRequest.InitCredHelp = {