diff --git a/src/components/ui/chat/chat-input.tsx b/src/components/ui/chat/chat-input.tsx index a23670a..2065c6a 100644 --- a/src/components/ui/chat/chat-input.tsx +++ b/src/components/ui/chat/chat-input.tsx @@ -8,6 +8,7 @@ interface ChatInputProps const ChatInput = React.forwardRef( ({ className, ...props }, ref) => (