This commit is contained in:
wayanrivan
2025-05-01 15:30:44 +07:00
parent c42960737a
commit bd5003c669

View File

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