mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 12:52:39 +02:00
Duplicate tick icon visible on selected Fast LLM option
This commit is contained in:
parent
b79befdef6
commit
732dace9b2
1 changed files with 1 additions and 5 deletions
|
|
@ -378,11 +378,7 @@ const LLMSelector = React.memo(() => {
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{preferences.fast_llm_id === config.id && (
|
|
||||||
<div className="flex h-5 w-5 items-center justify-center rounded-full bg-primary ml-2 flex-shrink-0">
|
|
||||||
<Check className="h-3 w-3 text-primary-foreground" />
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
))}
|
))}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue