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
1 changed files with 1 additions and 1 deletions

View File

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