mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
value formats: another rename and updates code to use new valueFormats func
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export * from './processTimeSeries';
|
||||
export * from './value_formats/valueFormats';
|
||||
export * from './valueFormats/valueFormats';
|
||||
|
||||
@@ -158,7 +158,7 @@ export function getValueFormats() {
|
||||
submenu: cat.formats.map(format => {
|
||||
return {
|
||||
text: format.name,
|
||||
id: format.id,
|
||||
value: format.id,
|
||||
};
|
||||
}),
|
||||
};
|
||||
Reference in New Issue
Block a user