diff --git a/src/frontend/src/components/newChatView/chatInput/index.tsx b/src/frontend/src/components/newChatView/chatInput/index.tsx index 9f19704a5..943c127ba 100644 --- a/src/frontend/src/components/newChatView/chatInput/index.tsx +++ b/src/frontend/src/components/newChatView/chatInput/index.tsx @@ -90,7 +90,7 @@ export default function ChatInput({ : "bg-chat-send text-background" )} disabled={lockChat} - onClick={(): void => sendMessage()} + onClick={(): void => sendMessage(repeat)} > {lockChat ? (