feat: advanced custom channel (#5590)
This commit is contained in:
+4
-1
@@ -159,7 +159,10 @@ function SelectItem({
|
||||
)}
|
||||
{...props}
|
||||
>
|
||||
<SelectPrimitive.ItemText className='flex flex-1 shrink-0 gap-2 whitespace-nowrap'>
|
||||
<SelectPrimitive.ItemText
|
||||
data-slot='select-item-text'
|
||||
className='flex flex-1 shrink-0 gap-2 whitespace-nowrap'
|
||||
>
|
||||
{children}
|
||||
</SelectPrimitive.ItemText>
|
||||
<SelectPrimitive.ItemIndicator
|
||||
|
||||
Reference in New Issue
Block a user