You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ly...@apache.org on 2023/01/12 19:29:28 UTC

[superset] branch lyndsi/enable-dataset-creation updated (3c8f629064 -> a72d058293)

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

lyndsi pushed a change to branch lyndsi/enable-dataset-creation
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 3c8f629064 Fix lint
     add a72d058293 Fix useEffect warnings and autosetting db from local storage, add translations, change window.location.href redirect to use history.push()

No new revisions were added by this update.

Summary of changes:
 .../CRUD/data/database/DatabaseModal/index.tsx     |  6 +-
 .../data/dataset/AddDataset/DatasetPanel/index.tsx | 10 ++-
 .../data/dataset/AddDataset/LeftPanel/index.tsx    | 98 +++++++++++++---------
 .../views/CRUD/data/dataset/AddDataset/index.tsx   | 25 +++---
 .../views/CRUD/data/dataset/AddDataset/types.tsx   |  8 +-
 superset-frontend/src/views/CRUD/data/hooks.ts     |  6 +-
 6 files changed, 89 insertions(+), 64 deletions(-)