Commit 44e2fd4b by Peter Holmberg

Fix issue with value disappearing when selecting stat

parent 4892d3f5
...@@ -38,8 +38,8 @@ export const defaultProps = { ...@@ -38,8 +38,8 @@ export const defaultProps = {
showThresholdLabels: false, showThresholdLabels: false,
suffix: '', suffix: '',
decimals: 0, decimals: 0,
stat: '', stat: 'avg',
unit: '', unit: 'none',
mappings: [], mappings: [],
thresholds: [], 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