From c39df2d3909937749d31bb2e3e72bc7feee5e20a Mon Sep 17 00:00:00 2001 From: msinha569 Date: Thu, 30 Oct 2025 19:07:45 +0530 Subject: [PATCH] Duplicate tick icon visible on selected Fast LLM option --- surfsense_web/components/chat/ChatInputGroup.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/surfsense_web/components/chat/ChatInputGroup.tsx b/surfsense_web/components/chat/ChatInputGroup.tsx index dfce22227..2d649b163 100644 --- a/surfsense_web/components/chat/ChatInputGroup.tsx +++ b/surfsense_web/components/chat/ChatInputGroup.tsx @@ -447,11 +447,7 @@ const LLMSelector = React.memo(() => {

- {preferences.fast_llm_id === config.id && ( -
- -
- )} + ))}