This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from e2f6764 test(dashboard): fix flaky Cypress test (#12151)
add 8682c6f refactor: Fix anchor-is-valid lint warnings (#12010)
No new revisions were added by this update.
Summary of changes:
.../datasource/ChangeDatasourceModal_spec.jsx | 4 +--
.../sqllab/{Link_spec.jsx => IconTooltip_spec.jsx} | 19 ++++++------
.../spec/javascripts/sqllab/TableElement_spec.jsx | 8 ++---
.../src/SqlLab/components/QueryTable.jsx | 18 ++++++------
.../src/SqlLab/components/ShowSQL.tsx | 5 ++--
.../src/SqlLab/components/TableElement.jsx | 34 +++++++++++++---------
.../src/components/ErrorMessage/ErrorAlert.tsx | 23 ++++++++++-----
.../src/components/{Link.tsx => IconTooltip.tsx} | 27 ++++++++++-------
.../dashboard/components/SliceHeaderControls.jsx | 4 +--
.../components/filterscope/FilterFieldItem.jsx | 4 +--
.../filterscope/renderFilterScopeTreeNodes.jsx | 8 ++---
.../components/nativeFilters/FilterConfigModal.tsx | 12 ++++++--
.../src/datasource/ChangeDatasourceModal.tsx | 17 ++++++++---
.../src/datasource/DatasourceEditor.jsx | 4 +--
.../explore/components/ExploreActionButtons.jsx | 8 ++---
15 files changed, 115 insertions(+), 80 deletions(-)
rename superset-frontend/spec/javascripts/sqllab/{Link_spec.jsx =>
IconTooltip_spec.jsx} (67%)
rename superset-frontend/src/components/{Link.tsx => IconTooltip.tsx} (80%)