Skip to content

Commit

Permalink
Fix updating application crash
Browse files Browse the repository at this point in the history
  • Loading branch information
layerssss committed Oct 31, 2018
1 parent 23bd542 commit 47221cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/localhostd_console.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ export default compose(
<Panel.Body>
<ApplicationForm
application={activeApplication}
onSubmit={application => {
onSubmit={applicationData => {
doAction("CreateApplication", {
application
applicationData
});
}}
>
Expand Down

0 comments on commit 47221cb

Please sign in to comment.