From 7fc3cfa2d08ae78e7489febb910ba36efc74d005 Mon Sep 17 00:00:00 2001 From: Zero Liu Date: Mon, 23 Dec 2024 16:17:49 -0800 Subject: [PATCH] Fix Radix portal (#961) --- src/components/chat-components/ChatControls.tsx | 2 +- src/components/chat-components/ChatInput.tsx | 2 +- src/components/chat-components/TooltipActionButton.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/chat-components/ChatControls.tsx b/src/components/chat-components/ChatControls.tsx index 93c786a7..e900358d 100644 --- a/src/components/chat-components/ChatControls.tsx +++ b/src/components/chat-components/ChatControls.tsx @@ -142,7 +142,7 @@ const ChatControls: React.FC = ({ - + handleChainChange({ value: ChainType.LLM_CHAIN })} diff --git a/src/components/chat-components/ChatInput.tsx b/src/components/chat-components/ChatInput.tsx index 791ffa2a..bcc1fd6e 100644 --- a/src/components/chat-components/ChatInput.tsx +++ b/src/components/chat-components/ChatInput.tsx @@ -452,7 +452,7 @@ const ChatInput = forwardRef<{ focus: () => void }, ChatInputProps>( - + {settings.activeModels .filter((model) => model.enabled) diff --git a/src/components/chat-components/TooltipActionButton.tsx b/src/components/chat-components/TooltipActionButton.tsx index 874c28b8..0f4e3bca 100644 --- a/src/components/chat-components/TooltipActionButton.tsx +++ b/src/components/chat-components/TooltipActionButton.tsx @@ -15,7 +15,7 @@ export function TooltipActionButton({ onClick, Icon, children }: PropsWithChildr {Icon} - + {children}