fix: date and country selects now still uses the filtering in desktop
This commit is contained in:
@@ -28,7 +28,7 @@ export function Select({
|
||||
}: SelectProps | SelectFilterProps) {
|
||||
const [isOpen, setIsOpen] = useState(false)
|
||||
|
||||
if ('enableFiltering' in props) {
|
||||
if (props.enableFiltering) {
|
||||
return (
|
||||
<SelectFilter
|
||||
name={name}
|
||||
|
||||
Reference in New Issue
Block a user