mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -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: [
|
||||
{ name: 'millimeter (mm)', id: 'lengthmm', fn: decimalSIPrefix('m', -1) },
|
||||
{ name: 'feet (ft)', id: 'lengthft', fn: toFixedUnit('ft') },
|
||||
|
Loading…
Reference in New Issue
Block a user