Skip to content

Commit

Permalink
fix: correctly set showDimensionLabels option (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Feb 5, 2020
1 parent 2788daf commit 01427ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const ShowDimensionLabels = () => (
<CheckboxBaseOption
label={i18n.t('Dimension labels')}
option={{
name: 'showDimensionTotals',
name: 'showDimensionLabels',
}}
/>
)
Expand Down

0 comments on commit 01427ac

Please sign in to comment.