Fix Std. Deviation aggregation crashes TSVB (#30809)

This commit is contained in:
Alexey Antonov 2019-02-12 17:22:39 +03:00 committed by GitHub
parent e8f5dfddea
commit 0ae84ba521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
},
];