update select
This commit is contained in:
@@ -21,8 +21,8 @@ import { Separator } from '@repo/ui/components/ui/separator'
|
||||
import { cn } from '@repo/ui/lib/utils'
|
||||
|
||||
interface FacetedFilterProps<TData, TValue> {
|
||||
value?: string[]
|
||||
title?: string
|
||||
value?: string[]
|
||||
icon: React.ComponentType
|
||||
className?: string
|
||||
options: {
|
||||
@@ -55,7 +55,7 @@ export function FacetedFilter<TData, TValue>({
|
||||
{title}
|
||||
{selectedValues?.size > 0 && (
|
||||
<>
|
||||
<Separator orientation="vertical" className="mx-2 h-4" />
|
||||
<Separator orientation="vertical" className="mx-0.5 h-4" />
|
||||
<div className="gap-1 flex">
|
||||
{selectedValues.size > 2 ? (
|
||||
<Badge
|
||||
|
||||
Reference in New Issue
Block a user