Skip to content

Commit

Permalink
[Obs AI Assistant] Fix error opening old conversation when navigated …
Browse files Browse the repository at this point in the history
…from contextual insights
  • Loading branch information
viduni94 committed Oct 28, 2024
1 parent be6708b commit 6c47645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function ChatBody({

const { conversation, messages, next, state, stop, saveTitle } = useConversation({
initialConversationId,
initialMessages,
...(!initialConversationId ? { initialMessages } : {}),
initialTitle,
chatService,
connectorId: connectors.selectedConnector,
Expand Down

0 comments on commit 6c47645

Please sign in to comment.