fix(home): dont close filter on select EE-3257 (#6991)

pull/7130/head
Ali 2 years ago committed by GitHub
parent 557f4773cf
commit 1551b02fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,6 +35,7 @@ export function HomepageFilter({
}: Props) { }: Props) {
return ( return (
<Select <Select
closeMenuOnSelect={false}
placeholder={placeHolder} placeholder={placeHolder}
options={filterOptions} options={filterOptions}
value={value} value={value}

Loading…
Cancel
Save