fix(dashboards): apply tag filter correctly (#23521)

This commit is contained in:
Akshay Kumar Sharma 2023-03-29 17:41:46 +05:30 committed by GitHub
parent 5d910aa2e2
commit 542bf25729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -596,7 +596,7 @@ function DashboardList(props: DashboardListProps) {
key: 'tags', key: 'tags',
id: 'tags', id: 'tags',
input: 'select', input: 'select',
operator: FilterOperator.chartTags, operator: FilterOperator.dashboardTags,
unfilteredLabel: t('All'), unfilteredLabel: t('All'),
fetchSelects: loadTags, fetchSelects: loadTags,
}); });