This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 212559dab2e feat(table): add tooltip to table header (#37179)
add 23fec55e3d2 fix(native-filters): respect filter scope in nested tabs
by prioritizing chartsInScope (#37139)
No new revisions were added by this update.
Summary of changes:
.../components/nativeFilters/state.test.ts | 211 ++++++++++++
.../dashboard/components/nativeFilters/state.ts | 21 +-
.../util/getChartIdsInFilterScope.test.ts | 370 +++++++++++++++++++++
3 files changed, 594 insertions(+), 8 deletions(-)
create mode 100644
superset-frontend/src/dashboard/util/getChartIdsInFilterScope.test.ts