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 ||'Approval failed' );
|
toast.error('Approval failed' );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user