mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
Fix typo for getDefaultProps() in consign form
This commit is contained in:
parent
0c02c033e5
commit
539c34db48
@ -24,7 +24,7 @@ let ConsignForm = React.createClass({
|
|||||||
handleSuccess: React.PropTypes.func
|
handleSuccess: React.PropTypes.func
|
||||||
},
|
},
|
||||||
|
|
||||||
getInitialProps() {
|
getDefaultProps() {
|
||||||
return {
|
return {
|
||||||
labels: {}
|
labels: {}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user