update
This commit is contained in:
@ -92,7 +92,7 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user