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

Fix prop type for MarketAdditionalDataForm's submitLabel

This commit is contained in:
Brett Sun 2015-12-03 00:48:21 +01:00
parent 594853535b
commit 61908a82f6

View File

@ -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
},