From 732dace9b25f82afc07a9c3a683be00a22170c64 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 09c759e62..48edfcc48 100644 --- a/surfsense_web/components/chat/ChatInputGroup.tsx +++ b/surfsense_web/components/chat/ChatInputGroup.tsx @@ -378,11 +378,7 @@ const LLMSelector = React.memo(() => {

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