diff --git a/src/components/ChatDialog/ChatDialogInput/index.tsx b/src/components/ChatDialog/ChatDialogInput/index.tsx index f1c3ae8..d0b37fb 100644 --- a/src/components/ChatDialog/ChatDialogInput/index.tsx +++ b/src/components/ChatDialog/ChatDialogInput/index.tsx @@ -64,7 +64,7 @@ const ChatDialogInput: FC = ({ return (
{ + onSubmit={e => { if (inputIsEmpty) return; handleSubmit(e); }}