mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 18:13:32 -06:00
Fix issue with value disappearing when selecting stat
This commit is contained in:
parent
4892d3f54b
commit
44e2fd4b22
@ -38,8 +38,8 @@ export const defaultProps = {
|
||||
showThresholdLabels: false,
|
||||
suffix: '',
|
||||
decimals: 0,
|
||||
stat: '',
|
||||
unit: '',
|
||||
stat: 'avg',
|
||||
unit: 'none',
|
||||
mappings: [],
|
||||
thresholds: [],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user