mirror of
https://github.com/makeplane/plane.git
synced 2026-02-04 21:21:03 -06:00
[WEB-5074] fix: remove the filter conditions check from the defaultOpen property to prevent unwanted popups. (#7903)
This commit is contained in:
@@ -68,7 +68,6 @@ export const FiltersRow = observer(
|
||||
shouldShowIcon: true,
|
||||
iconComponent: ListFilterPlus,
|
||||
},
|
||||
defaultOpen: buttonConfig?.defaultOpen ?? !hasAnyConditions,
|
||||
...buttonConfig,
|
||||
isDisabled: disabledAllOperations,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user