mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Units: Match 'length' case with other categories (#25702)
This commit is contained in:
parent
3b383149db
commit
b8d49999b7
@ -259,7 +259,7 @@ export const getCategories = (): ValueFormatCategory[] => [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'length',
|
name: 'Length',
|
||||||
formats: [
|
formats: [
|
||||||
{ name: 'millimeter (mm)', id: 'lengthmm', fn: decimalSIPrefix('m', -1) },
|
{ name: 'millimeter (mm)', id: 'lengthmm', fn: decimalSIPrefix('m', -1) },
|
||||||
{ name: 'feet (ft)', id: 'lengthft', fn: toFixedUnit('ft') },
|
{ name: 'feet (ft)', id: 'lengthft', fn: toFixedUnit('ft') },
|
||||||
|
Loading…
Reference in New Issue
Block a user