From ecff16a0c662033f24a95b60443f9722ed1d89e2 Mon Sep 17 00:00:00 2001 From: maoguy Date: Fri, 9 May 2025 15:38:35 +0800 Subject: [PATCH] update:WorkspaceChat ChatContainer PromptInput --- .../WorkspaceChat/ChatContainer/PromptInput/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx index d490a794b1b..7c7530ee4f8 100644 --- a/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx +++ b/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx @@ -249,7 +249,7 @@ export default function PromptInput({ onSubmit={handleSubmit} className="flex flex-col gap-y-1 rounded-t-lg md:w-3/4 w-full mx-auto max-w-xl items-center" > -
+