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 build process

This commit is contained in:
Markus Grigull 2017-09-18 18:52:28 +02:00
parent ac8aaffd86
commit 0450b6f694

View file

@ -85,6 +85,9 @@ class ImportVisualizationDialog extends React.Component {
case 'Gauge':
widget.simulator = defaultSimulator;
break;
default:
break;
}
});