diff --git a/client/src/components/assistant-ui/thread.tsx b/client/src/components/assistant-ui/thread.tsx index fccf5c658a8..ea8c0046933 100644 --- a/client/src/components/assistant-ui/thread.tsx +++ b/client/src/components/assistant-ui/thread.tsx @@ -40,7 +40,7 @@ export const Thread: FC = () => { { const Composer: FC = () => { return ( -
+
diff --git a/client/src/pages/platform/workflow-editor/components/workflow-test-chat/WorkflowTestChatPanel.tsx b/client/src/pages/platform/workflow-editor/components/workflow-test-chat/WorkflowTestChatPanel.tsx index 01f762f469e..8a026e4cefd 100644 --- a/client/src/pages/platform/workflow-editor/components/workflow-test-chat/WorkflowTestChatPanel.tsx +++ b/client/src/pages/platform/workflow-editor/components/workflow-test-chat/WorkflowTestChatPanel.tsx @@ -27,7 +27,7 @@ const WorkflowTestChatPanel = () => { } return ( -
+
Playground