Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
David Baker 2019-05-13 14:24:56 +01:00 committed by GitHub
parent 34990d1c89
commit 59cefbaa44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ module.exports = React.createClass({
continue;
}
// We must wait for these validations to finish before queueing
// up the setState below so our setState gies in the queue after
// up the setState below so our setState goes in the queue after
// all the setStates from these validate calls (that's how we
// know they've finished).
await field.validate({ allowEmpty: false });