Skip to content

Commit

Permalink
fix(editor): Update gird size when opening credentials support chat (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic authored and ivov committed Sep 20, 2024
1 parent b49af8c commit 42bfac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/stores/assistant.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,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 = {
Expand Down

0 comments on commit 42bfac0

Please sign in to comment.