mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 02:21:35 +00:00
Fix colaboative cancel broken
This commit is contained in:
parent
a4afb81ccc
commit
b3fcfc0570
@ -379,7 +379,7 @@ class OrderPage extends Component {
|
||||
'action':'cancel',
|
||||
}),
|
||||
};
|
||||
fetch('/api/order/' + '?order_id=' + this.state.state.orderId, requestOptions)
|
||||
fetch('/api/order/' + '?order_id=' + this.state.orderId, requestOptions)
|
||||
.then((response) => response.json())
|
||||
.then(() => (this.getOrderDetails(this.state.orderId) & this.setState({status:4})));
|
||||
this.handleClickCloseCollaborativeCancelDialog();
|
||||
|
Loading…
Reference in New Issue
Block a user