This is an automated email from the ASF dual-hosted git repository.
diegopucci pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 1fbdabd feat: embedded dashboard (#18561)
add fa8c81e chore: upgrade BoundsControl to TS (#18200)
No new revisions were added by this update.
Summary of changes:
.../explore/components/controls/BoundsControl.jsx | 129 ---------------------
.../components/controls/BoundsControl.stories.tsx} | 41 +++----
.../explore/components/controls/BoundsControl.tsx | 105 +++++++++++++++++
3 files changed, 124 insertions(+), 151 deletions(-)
delete mode 100644
superset-frontend/src/explore/components/controls/BoundsControl.jsx
copy superset-frontend/src/{components/Slider/Slider.stories.tsx =>
explore/components/controls/BoundsControl.stories.tsx} (64%)
create mode 100644
superset-frontend/src/explore/components/controls/BoundsControl.tsx