This commit is contained in:
Tomas Bures 2017-07-14 07:54:06 +02:00
parent d63eed9ca9
commit e6ad0e239e

View file

@ -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));
}
}