You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2020/10/06 23:56:09 UTC

[incubator-superset] branch master updated (fb8320f -> 21c8d67)

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

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


    from fb8320f  fix: cosmetic issue template (#11176)
     add 21c8d67  fix: save query modal/button styling + convert to ant-d modal (#11164)

No new revisions were added by this update.

Summary of changes:
 .../spec/javascripts/sqllab/SaveQuery_spec.jsx     |  18 +-
 .../src/SqlLab/components/SaveQuery.jsx            | 198 -------------------
 .../src/SqlLab/components/SaveQuery.tsx            | 215 +++++++++++++++++++++
 .../src/SqlLab/components/SqlEditor.jsx            |   4 +-
 superset-frontend/src/common/components/Modal.tsx  |   4 +-
 5 files changed, 230 insertions(+), 209 deletions(-)
 delete mode 100644 superset-frontend/src/SqlLab/components/SaveQuery.jsx
 create mode 100644 superset-frontend/src/SqlLab/components/SaveQuery.tsx