diff --git a/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx b/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx index 3ed506efe5d26..a8cf5e1b56bd8 100644 --- a/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx +++ b/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx @@ -134,7 +134,7 @@ const StyledTabs = styled(Tabs)` flex: 1; } - & .ant-tabs-nav-operations { + & > .ant-tabs-nav .ant-tabs-nav-operations { display: none; } `;