forked from M-Labs/web2019
feat(issue19-22/UI): Updates shop build
This commit is contained in:
parent
0758e2d2ba
commit
5703458586
|
@ -1274,10 +1274,6 @@ function (_React$PureComponent9) {
|
||||||
onClick: onClickShow
|
onClick: onClickShow
|
||||||
}), React.createElement("input", {
|
}), React.createElement("input", {
|
||||||
className: "btn btn-primary w-100 m-0 ml-sm-2",
|
className: "btn btn-primary w-100 m-0 ml-sm-2",
|
||||||
style: Object.assign({}, isProcessingComplete ? {
|
|
||||||
'backgroundColor': 'gray'
|
|
||||||
} : {}),
|
|
||||||
disabled: isProcessingComplete,
|
|
||||||
type: "submit",
|
type: "submit",
|
||||||
value: "".concat(isProcessing ? 'Processing ...' : 'Request quote')
|
value: "".concat(isProcessing ? 'Processing ...' : 'Request quote')
|
||||||
}))));
|
}))));
|
||||||
|
@ -1899,6 +1895,7 @@ function (_React$PureComponent12) {
|
||||||
axios.post(data.API_RFQ, {
|
axios.post(data.API_RFQ, {
|
||||||
email: email,
|
email: email,
|
||||||
body: body,
|
body: body,
|
||||||
|
configuration: JSON.stringify(crate),
|
||||||
headers: {
|
headers: {
|
||||||
'X-MLABS-OH': 'rlebcleu'
|
'X-MLABS-OH': 'rlebcleu'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue