You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by st...@apache.org on 2022/10/28 11:08:37 UTC

[superset] branch master updated (3c7a081281 -> 7f563cf92d)

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

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


    from 3c7a081281 fix(explore): Small changes in metadata bar copy and tooltip placement (#21952)
     add 7f563cf92d chore: Remove several React app console warnings and errors v2 (#21725)

No new revisions were added by this update.

Summary of changes:
 .../src/components/ListView/Filters/index.tsx      |  7 ++++---
 superset-frontend/src/components/ListView/types.ts |  1 +
 .../src/components/ListViewCard/index.tsx          | 20 +++++++++-----------
 .../src/dashboard/components/Dashboard.jsx         |  2 +-
 .../src/dashboard/components/DashboardGrid.jsx     |  4 ++--
 .../Header/HeaderActionsDropdown/index.jsx         | 22 +++++++++++++---------
 .../src/dashboard/components/Header/index.jsx      | 11 +++++------
 .../dashboard/components/PublishedStatus/index.jsx |  6 +++---
 .../src/dashboard/components/SliceHeader/index.tsx |  1 -
 .../src/dashboard/components/dnd/DragDroppable.jsx |  4 ++--
 .../dashboard/components/gridComponents/Chart.jsx  |  6 +++++-
 .../dashboard/components/gridComponents/Tabs.jsx   |  6 +++++-
 .../src/dashboard/util/propShapes.jsx              | 14 +++++++-------
 .../controls/MetricControl/savedMetricType.js      |  4 ++--
 .../explore/components/controls/SelectControl.jsx  |  2 +-
 .../src/views/CRUD/alert/AlertList.tsx             |  4 ++++
 .../CRUD/annotationlayers/AnnotationLayersList.tsx |  2 ++
 .../src/views/CRUD/chart/ChartList.tsx             |  8 ++++++++
 .../views/CRUD/csstemplates/CssTemplatesList.tsx   |  2 ++
 .../src/views/CRUD/dashboard/DashboardList.tsx     |  6 ++++++
 .../src/views/CRUD/data/database/DatabaseList.tsx  |  3 +++
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |  6 ++++++
 .../src/views/CRUD/data/query/QueryList.tsx        |  5 +++++
 .../views/CRUD/data/savedquery/SavedQueryList.tsx  |  3 +++
 24 files changed, 99 insertions(+), 50 deletions(-)