mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
fix(ui): show clear-all button for annotation-only filters (#26937)
Signed-off-by: choejwoo <jaewoo45@gmail.com>
This commit is contained in:
parent
d4ec3282d4
commit
45b926d796
1 changed files with 1 additions and 0 deletions
|
|
@ -468,6 +468,7 @@ export const ApplicationsFilter = (props: AppFilterProps) => {
|
|||
...(props.pref.healthFilter || []),
|
||||
...(props.pref.operationFilter || []),
|
||||
...(props.pref.labelsFilter || []),
|
||||
...(props.pref.annotationsFilter || []),
|
||||
...(props.pref.projectsFilter || []),
|
||||
...(props.pref.clustersFilter || []),
|
||||
...(props.pref.namespacesFilter || []),
|
||||
|
|
|
|||
Loading…
Reference in a new issue