Skip to content

Commit

Permalink
Import PR from Jean-Philippe
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:criteo-forks/marathon-ui into criteo

* 'master' of github.com:criteo-forks/marathon-ui:
  Remove request to AppVersions on AppChange event

Change-Id: I34cb20d5f2d507ded511ae8cc7f95880a8e987f0
  • Loading branch information
kamaradclimber committed Jul 15, 2019
2 parents 50e7296 + 2b54560 commit 276f74a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/js/components/AppPageComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ var AppPageComponent = React.createClass({
fetchState: States.STATE_SUCCESS,
tabs: state.tabs
});

if (state.view === "configuration") {
AppVersionsActions.requestAppVersions(state.appId);
AppVersionsActions.requestAppVersion(state.appId, app.version);
}
},

onAppRequestError: function (message, statusCode) {
Expand Down

0 comments on commit 276f74a

Please sign in to comment.