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

set state of websockets to unopened upon dashboard mount

This commit is contained in:
Sonja Happ 2020-08-24 10:21:09 +02:00
parent 536e87d29a
commit 73c8f1733f

View file

@ -152,6 +152,8 @@ class Dashboard extends Component {
componentDidMount() {
Dashboard.webSocketsOpened = false;
// load widgets of dashboard
AppDispatcher.dispatch({
type: 'widgets/start-load',