Loading js-apps/frontend/src/js/containers/app-container.js +3 −4 Original line number Diff line number Diff line Loading @@ -970,11 +970,10 @@ class AppContainer extends Component { const isArrayEqual = (x, y) => _.isEmpty(_.xorWith(x, y, _.isEqual)); if (!isArrayEqual(this.props.appInstanceTable,appInstances)) { this.props.changeAppInstanceTable(appInstances); } // Update Edge App states this.refreshEdgeApps(appInstances); } } refreshAppInstancesTable() { this.meepAppInfoApi.applicationsGET(null, (error, data, response) => { Loading Loading
js-apps/frontend/src/js/containers/app-container.js +3 −4 Original line number Diff line number Diff line Loading @@ -970,11 +970,10 @@ class AppContainer extends Component { const isArrayEqual = (x, y) => _.isEmpty(_.xorWith(x, y, _.isEqual)); if (!isArrayEqual(this.props.appInstanceTable,appInstances)) { this.props.changeAppInstanceTable(appInstances); } // Update Edge App states this.refreshEdgeApps(appInstances); } } refreshAppInstancesTable() { this.meepAppInfoApi.applicationsGET(null, (error, data, response) => { Loading