diff --git a/src/frontend/src/modals/IOModal/components/chatView/chatInput/components/textAreaWrapper/index.tsx b/src/frontend/src/modals/IOModal/components/chatView/chatInput/components/textAreaWrapper/index.tsx index 147fa2cd6..9bdf14638 100644 --- a/src/frontend/src/modals/IOModal/components/chatView/chatInput/components/textAreaWrapper/index.tsx +++ b/src/frontend/src/modals/IOModal/components/chatView/chatInput/components/textAreaWrapper/index.tsx @@ -16,9 +16,16 @@ const TextAreaWrapper = ({ CHAT_INPUT_PLACEHOLDER, CHAT_INPUT_PLACEHOLDER_SEND, inputRef, + setInputFocus, + files, }) => { return (