You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by su...@apache.org on 2021/05/19 21:05:18 UTC

[superset] branch master updated (4160e45 -> 152b0d0)

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

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


    from 4160e45  feat: Add headers for DatabaseModal (#14647)
     add 152b0d0  fix(explore): checkbox form control formatting (#14701)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/CRUD/Field.jsx               | 93 ----------------------
 superset-frontend/src/CRUD/Field.tsx               | 91 +++++++++++++++++++++
 superset-frontend/src/components/Form/FormItem.tsx |  7 +-
 .../src/datasource/DatasourceEditor.jsx            |  1 +
 4 files changed, 94 insertions(+), 98 deletions(-)
 delete mode 100644 superset-frontend/src/CRUD/Field.jsx
 create mode 100644 superset-frontend/src/CRUD/Field.tsx