1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-25 18:56:28 +02:00

Fix typo for getDefaultProps() in consign form

This commit is contained in:
Brett Sun 2015-11-30 11:19:59 +01:00
parent 0c02c033e5
commit 539c34db48

View File

@ -24,7 +24,7 @@ let ConsignForm = React.createClass({
handleSuccess: React.PropTypes.func
},
getInitialProps() {
getDefaultProps() {
return {
labels: {}
};