You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by pk...@apache.org on 2022/02/25 01:44:31 UTC

[superset] branch master updated (420a63f -> 8d38675)

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

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


    from 420a63f  fix(sqllab): Un-render deselected tabs (#18934)
     add 8d38675  chore: add intersect method from backend to fontend for upload extensions (#18811)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/views/CRUD/utils.test.tsx      | 17 +++++++++++++++++
 superset-frontend/src/views/CRUD/utils.tsx           | 12 ++++++++++++
 superset-frontend/src/views/components/Menu.tsx      |  2 +-
 superset-frontend/src/views/components/MenuRight.tsx |  6 +++++-
 superset-frontend/src/views/components/types.ts      |  7 ++++---
 superset/views/base.py                               | 18 ++++++++----------
 6 files changed, 47 insertions(+), 15 deletions(-)