mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Merge pull request #290 from sharetribe/modal-close-on-payoutform
PayoutForm didn't close modal properly
This commit is contained in:
commit
6e246a2f58
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ class EditListingPhotosPanel extends Component {
|
|||
address: omitBy(address, isUndefined),
|
||||
};
|
||||
this.props.onPayoutDetailsSubmit(params).then(() => {
|
||||
this.props.onManageDisableScrolling("EditListingPhotosPanel.payoutModal", false);
|
||||
this.props.onSubmit(this.state.submittedValues);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue