feat(issue19-22/UI): Updates shop build

pull/49/head
sovanna 2020-04-15 10:47:03 +09:00
parent 0758e2d2ba
commit 5703458586
1 changed files with 1 additions and 4 deletions

View File

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