You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2020/11/09 05:10:05 UTC

[incubator-superset] branch master updated (24ba530 -> 6ab03fe)

This is an automated email from the ASF dual-hosted git repository.

yjc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 24ba530  Fixed unstable test (#11583)
     add 6ab03fe  chore: clean up mountedTab (#11569)

No new revisions were added by this update.

Summary of changes:
 .../dashboard/components/DashboardBuilder_spec.jsx |  1 -
 .../components/gridComponents/Chart_spec.jsx       |  2 +-
 .../components/gridComponents/Tabs_spec.jsx        |  1 -
 superset-frontend/src/chart/Chart.jsx              |  2 --
 .../src/common/components/Tabs/Tabs.tsx            |  7 +++---
 superset-frontend/src/components/Menu/Menu.tsx     |  2 +-
 .../src/dashboard/actions/dashboardState.js        |  8 -------
 .../src/dashboard/components/DashboardBuilder.jsx  |  6 -----
 .../dashboard/components/gridComponents/Chart.jsx  | 27 +---------------------
 .../dashboard/components/gridComponents/Tabs.jsx   |  8 +------
 .../src/dashboard/containers/DashboardBuilder.jsx  |  2 --
 .../dashboard/containers/DashboardComponent.jsx    |  3 +--
 .../src/dashboard/reducers/dashboardState.js       | 15 +-----------
 13 files changed, 9 insertions(+), 75 deletions(-)