Skip to content

Commit

Permalink
Merge pull request #766 from fpgeek/fix_apply_button
Browse files Browse the repository at this point in the history
Fix that the 'apply' button is broken
  • Loading branch information
aldipower committed Jul 25, 2016
2 parents fc22faf + 00f5eb8 commit 1dc20f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/components/AppPageComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ var AppPageComponent = React.createClass({

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

Expand Down

0 comments on commit 1dc20f6

Please sign in to comment.