From 12287983486fbe3ed6dfee8ad4161a958b694f27 Mon Sep 17 00:00:00 2001 From: messi Date: Mon, 2 Dec 2024 18:28:26 +0900 Subject: [PATCH] fix: sending button: --- packages/web/src/components/molecules/ChatInput.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/web/src/components/molecules/ChatInput.tsx b/packages/web/src/components/molecules/ChatInput.tsx index f93bae96..3cbe3929 100644 --- a/packages/web/src/components/molecules/ChatInput.tsx +++ b/packages/web/src/components/molecules/ChatInput.tsx @@ -140,7 +140,11 @@ export const ChatInput: React.FC = ({ send }) => { )}
- +