mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Typo
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
d613498b8a
commit
2d6a313871
1 changed files with 1 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Reference in a new issue