This commit is contained in:
wayanrivan
2025-05-01 15:16:03 +07:00
parent 5af9c68876
commit 180dfa2681

View File

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