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/30 05:20:28 UTC

[incubator-superset] branch master updated (e974b0b -> 19e5ce0)

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 e974b0b  Change subtabs order for Data tab (#11834)
     add 19e5ce0  chore: Move styles of Dashboard and FilterScopeSelector modals to Emotion (#11779)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/components/ModalTrigger.jsx  |  1 +
 .../dashboard/components/DeleteComponentModal.jsx  | 80 ----------------------
 .../dashboard/components/RefreshIntervalModal.jsx  | 10 ++-
 .../components/filterscope/FilterScopeModal.jsx    | 12 +++-
 .../components/filterscope/FilterScopeSelector.jsx | 24 ++++++-
 .../src/dashboard/stylesheets/dashboard.less       | 36 ----------
 .../stylesheets/filter-scope-selector.less         |  7 --
 7 files changed, 38 insertions(+), 132 deletions(-)
 delete mode 100644 superset-frontend/src/dashboard/components/DeleteComponentModal.jsx