toast timer 추가
This commit is contained in:
@@ -80,7 +80,7 @@ export const BillingChargePage = () => {
|
||||
billingCharge(params).then((rs) => {
|
||||
snackBar('결제 신청을 성공하였습니다.', function(){
|
||||
navigate(PATHS.transaction.billing.list);
|
||||
});
|
||||
}, 3000);
|
||||
|
||||
}).catch((e: any) => {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user