Skip to content

Commit

Permalink
Get app config from modal state, not form store
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnrmn committed Feb 11, 2016
1 parent 1d00a48 commit 01aeb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/modals/AppModalComponent.jsx
Expand Up @@ -97,7 +97,7 @@ var AppModalComponent = React.createClass({
event.preventDefault();

if (this.state.appIsValid) {
const app = AppFormStore.app;
const app = this.state.app;

if (this.props.app != null) {
AppsActions.applySettingsOnApp(app.id, app, true, this.state.force);
Expand Down

0 comments on commit 01aeb38

Please sign in to comment.