diff --git a/superset-frontend/src/explore/components/DatasourcePanel.tsx b/superset-frontend/src/explore/components/DatasourcePanel.tsx index cc1129eaf1d..f961efad3c4 100644 --- a/superset-frontend/src/explore/components/DatasourcePanel.tsx +++ b/superset-frontend/src/explore/components/DatasourcePanel.tsx @@ -191,22 +191,9 @@ const DataSourcePanel = ({ /> - {t('Columns')}} - key="column" - > -
- {t(`Showing %s of %s`, columnSlice.length, columns.length)} -
- {columnSlice.map(col => ( -
- -
- ))} -
{t('Metrics')}} key="metrics" @@ -220,6 +207,19 @@ const DataSourcePanel = ({ ))} + {t('Columns')}} + key="column" + > +
+ {t(`Showing %s of %s`, columnSlice.length, columns.length)} +
+ {columnSlice.map(col => ( +
+ +
+ ))} +