BUG 30961
This commit is contained in:
@@ -228,7 +228,7 @@ export default {
|
||||
})
|
||||
},
|
||||
formatValue(v) {
|
||||
return v?.toFixed(1) || v
|
||||
return typeof v == "number" ? (v?.toFixed(1) || v) : v
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user