Fix issue with value disappearing when selecting stat
This commit is contained in:
@@ -38,8 +38,8 @@ export const defaultProps = {
|
||||
showThresholdLabels: false,
|
||||
suffix: '',
|
||||
decimals: 0,
|
||||
stat: '',
|
||||
unit: '',
|
||||
stat: 'avg',
|
||||
unit: 'none',
|
||||
mappings: [],
|
||||
thresholds: [],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user