From 5c79f12a375462e8c0866b0b7acc079ecff42f90 Mon Sep 17 00:00:00 2001 From: Akshay Kumar Sharma Date: Wed, 29 Mar 2023 16:05:24 +0530 Subject: [PATCH] fix tag filter operator for dashboards --- superset-frontend/src/pages/DashboardList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/pages/DashboardList/index.tsx b/superset-frontend/src/pages/DashboardList/index.tsx index f8a2ea31aaa09..d4c484043d60b 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, });