1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

Fix plot table widget

This commit is contained in:
Markus Grigull 2018-05-04 11:05:55 +02:00
parent cdafc62aa3
commit 0b1ad61b20

View file

@ -96,6 +96,10 @@ class WidgetPlotTable extends Component {
let checkBoxes = [];
// Data passed to plot
if (this.props.simulationModel == null) {
return <div />;
}
const simulator = this.props.simulationModel.simulator;
let simulatorData = [];