fix duplicate prop
This commit is contained in:
parent
cca68d645c
commit
1b5c75190d
1 changed files with 2 additions and 2 deletions
|
|
@ -34,9 +34,9 @@ const SelectTrigger = React.forwardRef<
|
||||||
{children}
|
{children}
|
||||||
<SelectPrimitive.Icon asChild>
|
<SelectPrimitive.Icon asChild>
|
||||||
{props.disabled ? (
|
{props.disabled ? (
|
||||||
<LockIcon className="text-base h-4 w-4 opacity-50" size={20} />
|
<LockIcon className="text-base h-5 w-5 opacity-50" />
|
||||||
) : (
|
) : (
|
||||||
<ChevronsUpDown className="text-base h-4 w-4" size={20} />
|
<ChevronsUpDown className="text-base h-5 w-5" />
|
||||||
)}
|
)}
|
||||||
</SelectPrimitive.Icon>
|
</SelectPrimitive.Icon>
|
||||||
</SelectPrimitive.Trigger>
|
</SelectPrimitive.Trigger>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue