Fix issue with value disappearing when selecting stat

This commit is contained in:
Peter Holmberg 2019-01-03 14:31:45 +01:00
parent 4892d3f54b
commit 44e2fd4b22

View File

@ -38,8 +38,8 @@ export const defaultProps = {
showThresholdLabels: false,
suffix: '',
decimals: 0,
stat: '',
unit: '',
stat: 'avg',
unit: 'none',
mappings: [],
thresholds: [],
},