mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +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
|
||||
},
|
||||
|
||||
getInitialProps() {
|
||||
getDefaultProps() {
|
||||
return {
|
||||
labels: {}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user