update login
This commit is contained in:
@@ -73,7 +73,8 @@ export function SearchFilter<T>({
|
||||
<Command
|
||||
shouldFilter={false}
|
||||
className={cn(
|
||||
!searched && '**:data-[slot=command-input-wrapper]:border-b-0'
|
||||
!searched && '**:data-[slot=command-input-wrapper]:border-b-0',
|
||||
data.length > 0 && 'rounded-b-none'
|
||||
)}
|
||||
>
|
||||
<CommandInput
|
||||
|
||||
Reference in New Issue
Block a user