diff --git a/client/src/components/Chat/Input/ChatForm.tsx b/client/src/components/Chat/Input/ChatForm.tsx index cb1e30a09d..f8f0fbb40b 100644 --- a/client/src/components/Chat/Input/ChatForm.tsx +++ b/client/src/components/Chat/Input/ChatForm.tsx @@ -258,7 +258,17 @@ const ChatForm = memo(({ index = 0 }: { index?: number }) => { {endpoint && (
-
+
{ @@ -290,16 +300,6 @@ const ChatForm = memo(({ index = 0 }: { index?: number }) => { 'scrollbar-hover transition-[max-height] duration-200 disabled:cursor-not-allowed', )} /> - {isCollapsed && ( -
- )}