button batal
This commit is contained in:
parent
e7012b3382
commit
19fe63396e
|
@ -78,7 +78,10 @@ export default class VerifyVouchers extends React.Component {
|
||||||
</div>
|
</div>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div style={{display:'flex',justifyContent:'flex-end'}}>
|
<div style={{display:'flex',justifyContent:'flex-end'}}>
|
||||||
<Button type="danger">Batal</Button>
|
<Button type="danger" onClick={() => {
|
||||||
|
this.props.history.goBack()
|
||||||
|
console.log('batal');
|
||||||
|
}}>Batal</Button>
|
||||||
<Button type="primary" style={{marginLeft:10}} onClick={() => {
|
<Button type="primary" style={{marginLeft:10}} onClick={() => {
|
||||||
this.props.history.push(LINKS.CHECKOUT_VOUCHERS);
|
this.props.history.push(LINKS.CHECKOUT_VOUCHERS);
|
||||||
console.log('checkout');
|
console.log('checkout');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user