Skip to content

Commit

Permalink
fix: remove duplicated group by field (apache#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored and zhaoyongjie committed Nov 17, 2021
1 parent 417bb1f commit 11cce94
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@ const config: ControlPanelConfig = {
controlSetRows: [
['metrics'],
['adhoc_filters'],
['groupby'],
[
{
name: 'groupby',
override: {
validators: [validateNonEmpty],
},
},
],
['limit', 'timeseries_limit_metric'],
[
{
Expand All @@ -49,13 +56,6 @@ const config: ControlPanelConfig = {
description: t('Compute the contribution to the total'),
},
},

{
name: 'groupby',
override: {
validators: [validateNonEmpty],
},
},
],
['row_limit', null],
],
Expand Down

0 comments on commit 11cce94

Please sign in to comment.