fix(editor): Update gird size when opening credentials support chat (#10882)

This commit is contained in:
Milorad FIlipović 2024-09-19 14:06:14 +02:00 committed by GitHub
parent aa6cfa07ef
commit b86fd80fc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = {