fix(ui): show clear-all button for annotation-only filters (#26937)

Signed-off-by: choejwoo <jaewoo45@gmail.com>
This commit is contained in:
Jaewoo Choi 2026-03-26 19:08:13 +09:00 committed by GitHub
parent d4ec3282d4
commit 45b926d796
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 || []),