diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx b/superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx index c3a2ee579..989e32381 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx +++ b/superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx @@ -41,16 +41,6 @@ const config: ControlPanelConfig = { label: t('Query'), expanded: true, controlSetRows: [ - [ - { - name: 'groupbyRows', - config: { - ...sharedControls.groupby, - label: t('Rows'), - description: t('Columns to group by on the rows'), - }, - }, - ], [ { name: 'groupbyColumns', @@ -61,6 +51,16 @@ const config: ControlPanelConfig = { }, }, ], + [ + { + name: 'groupbyRows', + config: { + ...sharedControls.groupby, + label: t('Rows'), + description: t('Columns to group by on the rows'), + }, + }, + ], [ { name: 'metrics',