mirror of
https://github.com/gosticks/plane.git
synced 2025-10-16 12:45:33 +00:00
[WEB-5074] fix: remove the filter conditions check from the defaultOpen property to prevent unwanted popups. (#7903)
This commit is contained in:
parent
431af01483
commit
b695f161ef
@ -68,7 +68,6 @@ export const FiltersRow = observer(
|
|||||||
shouldShowIcon: true,
|
shouldShowIcon: true,
|
||||||
iconComponent: ListFilterPlus,
|
iconComponent: ListFilterPlus,
|
||||||
},
|
},
|
||||||
defaultOpen: buttonConfig?.defaultOpen ?? !hasAnyConditions,
|
|
||||||
...buttonConfig,
|
...buttonConfig,
|
||||||
isDisabled: disabledAllOperations,
|
isDisabled: disabledAllOperations,
|
||||||
}}
|
}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user