This commit is contained in:
pablodanswer 2024-10-17 14:53:52 -07:00
parent 4e8e66f34e
commit a712be3d49

View File

@ -85,7 +85,6 @@ export function ChatInputBar({
handleFileUpload: (files: File[]) => void;
textAreaRef: React.RefObject<HTMLTextAreaElement>;
chatSessionId?: string;
refreshUser: () => void;
}) {
useEffect(() => {
const textarea = textAreaRef.current;