From 5703458586198c178f5b5f6561ccb3ca04bba8c7 Mon Sep 17 00:00:00 2001 From: sovanna Date: Wed, 15 Apr 2020 10:47:03 +0900 Subject: [PATCH] feat(issue19-22/UI): Updates shop build --- static/js/shop.min.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/js/shop.min.js b/static/js/shop.min.js index f2fb648..684f1b2 100644 --- a/static/js/shop.min.js +++ b/static/js/shop.min.js @@ -1274,10 +1274,6 @@ function (_React$PureComponent9) { onClick: onClickShow }), React.createElement("input", { className: "btn btn-primary w-100 m-0 ml-sm-2", - style: Object.assign({}, isProcessingComplete ? { - 'backgroundColor': 'gray' - } : {}), - disabled: isProcessingComplete, type: "submit", value: "".concat(isProcessing ? 'Processing ...' : 'Request quote') })))); @@ -1899,6 +1895,7 @@ function (_React$PureComponent12) { axios.post(data.API_RFQ, { email: email, body: body, + configuration: JSON.stringify(crate), headers: { 'X-MLABS-OH': 'rlebcleu' }