diff --git a/superset-frontend/src/pages/DashboardList/index.tsx b/superset-frontend/src/pages/DashboardList/index.tsx index f8a2ea31aa..d4c484043d 100644 --- a/superset-frontend/src/pages/DashboardList/index.tsx +++ b/superset-frontend/src/pages/DashboardList/index.tsx @@ -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, });