no need to have blank 'errors' property in the states. validation plugin now handles that
This commit is contained in:
@@ -18,7 +18,6 @@ var Register = React.createClass({
|
||||
email: '',
|
||||
password: '',
|
||||
passwordConfirmation: '',
|
||||
errors: {},
|
||||
registration: UserStore.getRegistrationState()
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user