mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Merge pull request #483 from sharetribe/fix-book-own-listing
Fix booking of user's own listings
This commit is contained in:
commit
f81c4de899
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ export class BookingDatesFormComponent extends Component {
|
|||
e.preventDefault();
|
||||
this.setState({ focusedInput: END_DATE });
|
||||
} else {
|
||||
this.props.handleSubmit();
|
||||
this.props.handleSubmit(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue