mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Avoid unhandled promise errors
This commit is contained in:
parent
b9f23e7714
commit
51576fa1e2
1 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,8 @@ class EditListingPhotosPanel extends Component {
|
|||
this.setState({ showPayoutDetails: false });
|
||||
this.props.onManageDisableScrolling('EditListingPhotosPanel.payoutModal', false);
|
||||
this.props.onSubmit(this.state.submittedValues);
|
||||
}).catch(() => {
|
||||
// do nothing
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue