Skip to content

Commit

Permalink
Set control 'percent_metrics's default to [] (#5357)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 12, 2018
1 parent cafde15 commit 0ca426a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/assets/src/explore/controls.jsx
Expand Up @@ -207,6 +207,7 @@ export const controls = {
...metrics,
multi: true,
label: t('Percentage Metrics'),
default: [],
validators: [],
description: t('Metrics for which percentage of total are to be displayed'),
},
Expand Down

0 comments on commit 0ca426a

Please sign in to comment.