value formats: another rename and updates code to use new valueFormats func

This commit is contained in:
Torkel Ödegaard
2019-01-11 13:31:25 +01:00
parent 8aae6e8c09
commit 9e6411bf4b
13 changed files with 14 additions and 12 deletions

View File

@@ -1,2 +1,2 @@
export * from './processTimeSeries';
export * from './value_formats/valueFormats';
export * from './valueFormats/valueFormats';

View File

@@ -158,7 +158,7 @@ export function getValueFormats() {
submenu: cat.formats.map(format => {
return {
text: format.name,
id: format.id,
value: format.id,
};
}),
};