mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +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) {
|
||||
return (
|
||||
<Select
|
||||
closeMenuOnSelect={false}
|
||||
placeholder={placeHolder}
|
||||
options={filterOptions}
|
||||
value={value}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue