commit
d7629a3f6a
|
|
@ -131,7 +131,7 @@ Formsy.Form = React.createClass({
|
|||
var component = this.inputs[name];
|
||||
|
||||
if (!component) {
|
||||
throw new Error('You are trying to update an input that does not exists. Verify errors object with input names. ' + JSON.stringify(errors));
|
||||
throw new Error('You are trying to update an input that does not exist. Verify errors object with input names. ' + JSON.stringify(errors));
|
||||
}
|
||||
|
||||
var args = [{
|
||||
|
|
|
|||
Loading…
Reference in New Issue