You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/03/24 21:47:20 UTC

[superset] branch master updated (7efe5a8 -> 2c3d9e9)

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

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


    from 7efe5a8  docs: added release notes for 1.1 (#13777)
     add 2c3d9e9  refactor: ScheduleQueryButton into functional component (#13443)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 57891 +------------------
 superset-frontend/package.json                     |    57 +-
 .../src/SqlLab/components/ScheduleQueryButton.jsx  |   222 -
 .../src/SqlLab/components/ScheduleQueryButton.tsx  |   214 +
 .../src/components/FormLabel/index.tsx             |     1 +
 5 files changed, 465 insertions(+), 57920 deletions(-)
 delete mode 100644 superset-frontend/src/SqlLab/components/ScheduleQueryButton.jsx
 create mode 100644 superset-frontend/src/SqlLab/components/ScheduleQueryButton.tsx