fix: date and country selects now still uses the filtering in desktop

This commit is contained in:
Christian Andolf
2025-06-04 12:00:49 +02:00
parent 7497203df2
commit afd3a7d9ca
6 changed files with 96 additions and 68 deletions
@@ -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}