This commit is contained in:
wayanrivan
2025-05-01 09:22:49 +07:00
parent 43869680b1
commit 5af9c68876

View File

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