From a7f2849e74eff1fb16b65d5b3915f81e6d923675 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 24 Oct 2025 16:22:01 +0800 Subject: [PATCH] fix: try chatbot ui --- web/app/components/base/chat/chat/index.tsx | 4 ++-- .../base/chat/embedded-chatbot/inputs-form/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/components/base/chat/chat/index.tsx b/web/app/components/base/chat/chat/index.tsx index 27df7e558a..4afc434ee9 100644 --- a/web/app/components/base/chat/chat/index.tsx +++ b/web/app/components/base/chat/chat/index.tsx @@ -248,7 +248,7 @@ const Chat: FC = ({ {chatNode}
{ chatList.map((item, index) => { @@ -292,7 +292,7 @@ const Chat: FC = ({ >
{ !noStopResponding && isResponding && ( diff --git a/web/app/components/base/chat/embedded-chatbot/inputs-form/index.tsx b/web/app/components/base/chat/embedded-chatbot/inputs-form/index.tsx index bed37ec0cf..b13e066414 100644 --- a/web/app/components/base/chat/embedded-chatbot/inputs-form/index.tsx +++ b/web/app/components/base/chat/embedded-chatbot/inputs-form/index.tsx @@ -33,7 +33,7 @@ const InputsFormNode = ({ return null return ( -
+