You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2023/12/01 13:40:59 UTC

(superset) branch master updated (f405ba033e -> b2ea97a984)

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

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


    from f405ba033e feat: Adds legacy time support for Waterfall chart (#26136)
     add b2ea97a984 fix: set label on adhoc column should persist (#26154)

No new revisions were added by this update.

Summary of changes:
 .../ColumnSelectPopover.test.tsx                   | 77 ++++++++++++++++++++++
 .../DndColumnSelectControl/ColumnSelectPopover.tsx | 39 +++++++++--
 .../ColumnSelectPopoverTrigger.tsx                 | 13 ++--
 3 files changed, 121 insertions(+), 8 deletions(-)
 create mode 100644 superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.test.tsx