File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/compass-assistant/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { useTelemetry } from '@mongodb-js/compass-telemetry/provider';
2222import { NON_GENUINE_WARNING_MESSAGE } from '../preset-messages' ;
2323
2424const { ChatWindow } = LgChatChatWindow ;
25- const { LeafyGreenChatProvider, Variant } = LgChatLeafygreenChatProvider ;
25+ const { LeafyGreenChatProvider } = LgChatLeafygreenChatProvider ;
2626const { Message } = LgChatMessage ;
2727const { InputBar } = LgChatInputBar ;
2828
@@ -366,7 +366,7 @@ export const AssistantChat: React.FunctionComponent<AssistantChatProps> = ({
366366 ) }
367367 style = { chatContainerOverrideStyle }
368368 >
369- < LeafyGreenChatProvider variant = { Variant . Compact } >
369+ < LeafyGreenChatProvider >
370370 < ChatWindow title = "MongoDB Assistant" className = { chatWindowFixesStyles } >
371371 < div
372372 data-testid = "assistant-chat-messages"
You can’t perform that action at this time.
0 commit comments