This commit is contained in:
wayanrivan
2025-04-30 23:39:48 +07:00
parent 8ac2ccce48
commit 43869680b1

View File

@ -91,7 +91,7 @@ const ApprovalDialog = () => {
// console.log(response?.message?.error?.message,response?.status);
if (response?.status === false) {
console.log(response?.message?.error?.message,response?.status);
console.log(response);
toast.error('Approval failed' );
return;
}