add enrollment form
This commit is contained in:
@@ -78,6 +78,7 @@ export function FacetedFilter({
|
||||
)}
|
||||
</Button>
|
||||
</PopoverTrigger>
|
||||
|
||||
<PopoverContent className="w-[200px] p-0" align="start">
|
||||
<Command>
|
||||
<CommandInput placeholder={title} />
|
||||
@@ -120,6 +121,7 @@ export function FacetedFilter({
|
||||
)
|
||||
})}
|
||||
</CommandGroup>
|
||||
|
||||
{selectedValues.size > 0 && (
|
||||
<>
|
||||
<CommandSeparator />
|
||||
|
||||
Reference in New Issue
Block a user