mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
[client] Select the right initial reading type
This commit is contained in:
parent
95f2e673e2
commit
0b5713c74e
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ class UI {
|
|||
}).bind(this)
|
||||
}
|
||||
]);
|
||||
this.ui_panel.setIndex("Reading Type", this.reading_types.findIndex((type) => type.id == "PM25"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue