cleanup unused code select UI
This commit is contained in:
parent
14400452b8
commit
e01d3a9f7d
@ -117,11 +117,6 @@ const SelectItem = React.forwardRef<
|
|||||||
className={twMerge('select-item', className)}
|
className={twMerge('select-item', className)}
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
{/* <span className="absolute right-2 flex h-3.5 w-3.5 items-center justify-center">
|
|
||||||
<SelectPrimitive.ItemIndicator>
|
|
||||||
<CheckIcon className="h-4 w-4" />
|
|
||||||
</SelectPrimitive.ItemIndicator>
|
|
||||||
</span> */}
|
|
||||||
<SelectPrimitive.ItemText>{children}</SelectPrimitive.ItemText>
|
<SelectPrimitive.ItemText>{children}</SelectPrimitive.ItemText>
|
||||||
</SelectPrimitive.Item>
|
</SelectPrimitive.Item>
|
||||||
))
|
))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user