Skip to content
Snippets Groups Projects
Commit c3d7617e authored by Mattia Mancini's avatar Mattia Mancini
Browse files

OSB-29: fixing toolbar in station statistics

parent ec97bdaa
No related branches found
No related tags found
2 merge requests!89Monitoring maintenance Epic branch merge,!1Resolve OSB-13 "Monitoringmaintenance "
......@@ -23,8 +23,8 @@ class ToolBarC extends Component {
onChange={(e)=>this.setTestType(e)}
style={{width: 'auto'}}>
<option value="B">Both test types</option>
<option value="R">RTSM</option>
<option value="S">StationTest</option>
<option value="R">RTSM only</option>
<option value="S">StationTest only</option>
</select>
<Input type="select" className="form-control custom-select custom-select-sm"
onChange={(e)=>this.setAveragingWindow(e)}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment