You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
@@ -151,7 +151,7 @@ module.exports = React.createClass({
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// We must wait for these validations to finish before queueing
|
// 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
|
// all the setStates from these validate calls (that's how we
|
||||||
// know they've finished).
|
// know they've finished).
|
||||||
await field.validate({ allowEmpty: false });
|
await field.validate({ allowEmpty: false });
|
||||||
|
|||||||
Reference in New Issue
Block a user