ㅇㅇ
This commit is contained in:
@@ -85,9 +85,9 @@ export const BillingChargePage = () => {
|
|||||||
}, 3000);
|
}, 3000);
|
||||||
|
|
||||||
}).catch((e: any) => {
|
}).catch((e: any) => {
|
||||||
alert(e)
|
console.log(e)
|
||||||
if(e.response?.data?.message){
|
if(e.response?.data?.error?.message){
|
||||||
showAlert(e.response?.data?.message);
|
showAlert(e.response?.data?.error?.message);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user