mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Fix max data points placeholder rendering decimals (#78946)
Fix max data points placeholder rendering decimals
This commit is contained in:
parent
3482658975
commit
1d53d71ba9
@ -213,7 +213,7 @@ export function MaxDataPointsOption({
|
|||||||
<Input
|
<Input
|
||||||
type="number"
|
type="number"
|
||||||
width={10}
|
width={10}
|
||||||
placeholder={DEFAULT_MAX_DATA_POINTS.toLocaleString()}
|
placeholder={DEFAULT_MAX_DATA_POINTS.toString()}
|
||||||
spellCheck={false}
|
spellCheck={false}
|
||||||
onBlur={onMaxDataPointsBlur}
|
onBlur={onMaxDataPointsBlur}
|
||||||
defaultValue={value}
|
defaultValue={value}
|
||||||
|
Loading…
Reference in New Issue
Block a user