fix: remove caret down icon when tab selected into remote model (#2102)
This commit is contained in:
parent
6966c5d0ef
commit
6b88d4df4d
@ -195,7 +195,12 @@ const DropdownListSidebar = ({
|
||||
</SelectValue>
|
||||
</SelectTrigger>
|
||||
<SelectPortal>
|
||||
<SelectContent className="right-2 block w-full min-w-[450px] pr-0">
|
||||
<SelectContent
|
||||
className={twMerge(
|
||||
'right-2 block w-full min-w-[450px] pr-0',
|
||||
isTabActive === 1 && '[&_.select-scroll-down-button]:hidden'
|
||||
)}
|
||||
>
|
||||
<div className="relative px-2 py-2 dark:bg-secondary/50">
|
||||
<ul className="inline-flex w-full space-x-2 rounded-lg bg-zinc-100 px-1 dark:bg-secondary">
|
||||
{engineOptions.map((name, i) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user