Skip to content

Commit

Permalink
Use app config, not version, in edit modal
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnrmn committed Feb 12, 2016
1 parent 3077bb5 commit 95d80ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/modals/EditAppModalComponent.jsx
Expand Up @@ -64,7 +64,7 @@ var EditAppModalComponent = React.createClass({
}

let app = Object.assign({},
AppVersionsStore.getAppVersion(props.appId, props.appVersion)
AppVersionsStore.getAppConfigVersion(props.appId, props.appVersion)
);

this.setState({
Expand Down

0 comments on commit 95d80ae

Please sign in to comment.