Skip to content

Commit

Permalink
Fix Std. Deviation aggregation crashes TSVB (elastic#30807)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp authored Feb 12, 2019
1 parent 6288506 commit 634e3c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const StandardDeviationAggUi = props => {
value: 'upper'
},
{
дabel: intl.formatMessage({ id: 'tsvb.stdDeviation.modeOptions.lowerBoundLabel', defaultMessage: 'Lower Bound' }),
label: intl.formatMessage({ id: 'tsvb.stdDeviation.modeOptions.lowerBoundLabel', defaultMessage: 'Lower Bound' }),
value: 'lower'
},
];
Expand Down

0 comments on commit 634e3c7

Please sign in to comment.