1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 16:48:04 +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 handleSuccess: React.PropTypes.func
}, },
getInitialProps() { getDefaultProps() {
return { return {
labels: {} labels: {}
}; };