Changed ordering of steps for upload to imporve asthetic

This commit is contained in:
nickago
2015-07-01 17:04:10 -07:00
parent 6f83b0fd2c
commit 855f3d3630

View File

@@ -844,11 +844,13 @@ var GeneralTab = React.createClass({
updatePicture: function(e) {
if (e.target.files && e.target.files[0]) {
this.setState({ picture: e.target.files[0] });
this.submitActive = true;
this.setState({client_error:null})
} else {
this.setState({ picture: null });
}
this.submitActive = true
},
updateSection: function(section) {
this.setState({client_error:""})