forked from M-Labs/web2019
shop: cleanup
This commit is contained in:
parent
88e4f1d8c0
commit
107bae7da0
|
@ -1851,8 +1851,7 @@ class Shop extends React.PureComponent {
|
|||
axios.post(data.API_RFQ, {
|
||||
email,
|
||||
note,
|
||||
configuration: JSON.stringify(crate),
|
||||
headers: {'X-MLABS-OH': 'rlebcleu'}
|
||||
configuration: JSON.stringify(crate)
|
||||
}).then(response => {
|
||||
this.setState({
|
||||
isProcessing: false,
|
||||
|
|
Loading…
Reference in New Issue