diff --git a/src/frontend/src/modals/IOModal/components/chatView/chatInput/chat-input.tsx b/src/frontend/src/modals/IOModal/components/chatView/chatInput/chat-input.tsx index fbb32f10e..909a113bd 100644 --- a/src/frontend/src/modals/IOModal/components/chatView/chatInput/chat-input.tsx +++ b/src/frontend/src/modals/IOModal/components/chatView/chatInput/chat-input.tsx @@ -5,7 +5,7 @@ import useFileSizeValidator from "@/shared/hooks/use-file-size-validator"; import useAlertStore from "@/stores/alertStore"; import useFlowStore from "@/stores/flowStore"; import { useUtilityStore } from "@/stores/utilityStore"; -import { useEffect, useRef, useState } from "react"; +import { useEffect, useRef } from "react"; import ShortUniqueId from "short-unique-id"; import { ALLOWED_IMAGE_INPUT_EXTENSIONS, @@ -212,7 +212,7 @@ export default function ChatInput({ return (
-
+