reapplying the fix that was lost by conflict resolution
This commit is contained in:
@@ -63,6 +63,7 @@ var RibicaValidationMixin = {
|
||||
return Object.keys(errors).length === 0;
|
||||
},
|
||||
componentDidMount : function(){
|
||||
this.setState({errors: {}});
|
||||
if (this.validations) {
|
||||
var self = this;
|
||||
this.validations.getState = function() {
|
||||
|
||||
Reference in New Issue
Block a user