This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a change to branch custom-drillthrough in repository https://gitbox.apache.org/repos/asf/superset.git
from 38199f52a7 match LLMS.md add a58a4888f4 refactor: Improve ChartSelect type safety and URL building utilities No new revisions were added by this update. Summary of changes: .../Chart/DrillDetail/DrillDetailModal.tsx | 11 +- .../src/components/Datasource/DatasourceEditor.jsx | 2 +- .../src/components/Select/ChartSelect.test.tsx | 115 ++++++++++++++ .../src/components/Select/ChartSelect.tsx | 24 +-- .../dashboard/hooks/useDashboardFormData.test.tsx | 171 +++++++++++++++++++++ 5 files changed, 310 insertions(+), 13 deletions(-) create mode 100644 superset-frontend/src/components/Select/ChartSelect.test.tsx create mode 100644 superset-frontend/src/dashboard/hooks/useDashboardFormData.test.tsx