Commit 44e2fd4b by Peter Holmberg

Fix issue with value disappearing when selecting stat

parent 4892d3f5
......@@ -38,8 +38,8 @@ export const defaultProps = {
showThresholdLabels: false,
suffix: '',
decimals: 0,
stat: '',
unit: '',
stat: 'avg',
unit: 'none',
mappings: [],
thresholds: [],
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment