mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(home): dont close filter on select EE-3257 (#6991)
This commit is contained in:
parent
557f4773cf
commit
1551b02fde
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue