Typo fix
This commit is contained in:
parent
d63eed9ca9
commit
e6ad0e239e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class Form extends Component {
|
|||
evt.preventDefault();
|
||||
|
||||
if (this.props.onSubmitAsync) {
|
||||
await this.formHandleChangedError(async () => await this.props.onSubmitAsync(evt));
|
||||
await owner.formHandleChangedError(async () => await this.props.onSubmitAsync(evt));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue