From 61908a82f68a97246d293cb3718482652824d4b3 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Thu, 3 Dec 2015 00:48:21 +0100 Subject: [PATCH] Fix prop type for MarketAdditionalDataForm's submitLabel --- .../market/market_forms/market_additional_data_form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components/whitelabel/wallet/components/market/market_forms/market_additional_data_form.js b/js/components/whitelabel/wallet/components/market/market_forms/market_additional_data_form.js index f43f906f..1c9b8a54 100644 --- a/js/components/whitelabel/wallet/components/market/market_forms/market_additional_data_form.js +++ b/js/components/whitelabel/wallet/components/market/market_forms/market_additional_data_form.js @@ -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 },