Skip to content

Commit

Permalink
fix(dashboards): apply tag filter correctly (#23521)
Browse files Browse the repository at this point in the history
  • Loading branch information
akzarma authored Mar 29, 2023
1 parent 5d910aa commit 542bf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/pages/DashboardList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 542bf25

Please sign in to comment.