mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
Fix prop type for MarketAdditionalDataForm's submitLabel
This commit is contained in:
parent
594853535b
commit
61908a82f6
@ -35,7 +35,7 @@ let MarketAdditionalDataForm = React.createClass({
|
||||
isInline: React.PropTypes.bool,
|
||||
showHeading: React.PropTypes.bool,
|
||||
showNotification: React.PropTypes.bool,
|
||||
submitLabel: React.PropTypes.bool,
|
||||
submitLabel: React.PropTypes.string,
|
||||
handleSuccess: React.PropTypes.func
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user