fix(dashboards): apply tag filter correctly (#23521)
This commit is contained in:
parent
5d910aa2e2
commit
542bf25729
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue