mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixing unitpicker
This commit is contained in:
parent
78fe2db5e5
commit
13e6d2c5cb
@ -23,7 +23,7 @@ export default class UnitPicker extends PureComponent<Props> {
|
||||
const options = group.submenu.map(unit => {
|
||||
return {
|
||||
label: unit.text,
|
||||
value: unit.value,
|
||||
value: unit.id,
|
||||
};
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user