This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch chore/ts-migration-sqllab-explore
in repository https://gitbox.apache.org/repos/asf/superset.git
from c3e6e0ae82 fix(MetricsControl): add Props interface and fix callback
types
add e2b15d7a26 fix(frontend): resolve TypeScript errors in SqlLab and
explore modules
No new revisions were added by this update.
Summary of changes:
.../SqlLab/components/QueryAutoRefresh/index.tsx | 2 +-
.../src/SqlLab/components/SqlEditor/index.tsx | 9 ++++----
.../SqlLab/components/SqlEditorLeftBar/index.tsx | 3 ++-
.../src/SqlLab/components/TableElement/index.tsx | 2 +-
.../AnnotationLayerControl/AnnotationLayer.tsx | 1 +
.../DndColumnMetricSelect.tsx | 15 ++++++++----
.../DndColumnSelectControl/DndMetricSelect.tsx | 3 ++-
.../controls/FixedOrMetricControl/index.tsx | 4 ++--
.../controls/MetricControl/AdhocMetricOption.tsx | 3 ++-
.../MetricControl/MetricDefinitionValue.tsx | 3 ++-
.../controls/MetricControl/MetricsControl.tsx | 27 ++++++++++++++--------
.../components/controls/SelectControl.test.tsx | 8 ++++++-
.../components/controls/ViewportControl.tsx | 1 -
.../components/controls/XAxisSortControl.tsx | 10 +++++---
superset-frontend/src/explore/controls.tsx | 10 ++++++--
superset-frontend/src/explore/store.test.tsx | 5 ++--
superset-frontend/src/explore/store.ts | 8 +++++--
17 files changed, 76 insertions(+), 38 deletions(-)