application no longer thanks people for ordering nothing

This commit is contained in:
Senad Uka
2015-03-09 07:09:34 +01:00
parent fce49c9f5b
commit e12c2b01d0
8 changed files with 115 additions and 8 deletions

View File

@@ -63,7 +63,6 @@ var RibicaValidationMixin = {
return Object.keys(errors).length === 0;
},
componentDidMount : function(){
this.setState({errors: {}});
if (this.validations) {
var self = this;
this.validations.getState = function() {