You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kg...@apache.org on 2022/12/08 09:58:24 UTC

[superset] branch master updated (49f1cfc3f9 -> f64423a740)

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

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


    from 49f1cfc3f9 fix: Change dropdown in Alert/Report modal to use javascript for conditional rendering instead of css (#22360)
     add f64423a740 fix: Time filter position and click in Horizontal FilterBar (#22338)

No new revisions were added by this update.

Summary of changes:
 .../cypress/integration/explore/control.test.ts    |  2 +-
 .../controls/ControlPopover/ControlPopover.tsx     | 22 +++++++++++-----------
 .../controls/DateFilterControl/DateFilterLabel.tsx |  7 +++++++
 .../components/controls/DateFilterControl/types.ts |  1 +
 .../filters/components/Time/TimeFilterPlugin.tsx   |  2 ++
 .../src/filters/components/Time/transformProps.ts  |  1 +
 .../src/filters/components/Time/types.ts           |  1 +
 7 files changed, 24 insertions(+), 12 deletions(-)