From 96bf469a1fe7cc26b8b4e32fdd809cb0e4bec94a Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Wed, 24 Dec 2025 06:46:58 +0200 Subject: [PATCH] align the user action edit button --- surfsense_web/components/assistant-ui/thread.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx index 2e35bc295..d9275cebd 100644 --- a/surfsense_web/components/assistant-ui/thread.tsx +++ b/surfsense_web/components/assistant-ui/thread.tsx @@ -269,7 +269,6 @@ const ThinkingStepsScrollHandler: FC = () => { return null; // This component doesn't render anything }; -export const Thread: FC = ({ messageThinkingSteps = new Map() }) => { export const Thread: FC = ({ messageThinkingSteps = new Map(), header }) => { return ( @@ -989,7 +988,7 @@ const UserMessage: FC = () => {
-
+