mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix Std. Deviation aggregation crashes TSVB
This commit is contained in:
parent
d5de6b4995
commit
eec981c0e2
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue