diff --git a/src/components/chat/ChatInput.tsx b/src/components/chat/ChatInput.tsx index e8ccd0e..0ac64d2 100644 --- a/src/components/chat/ChatInput.tsx +++ b/src/components/chat/ChatInput.tsx @@ -57,10 +57,10 @@ export const ChatInput = ({ onSendMessage }: ChatInputProps) => { return (
-
+
{/* Attached Files Preview */} {attachedFiles.length > 0 && ( -
+
{attachedFiles.map((file, index) => (
{
)} -
-