update
This commit is contained in:
@ -92,7 +92,7 @@ const ApprovalDialog = () => {
|
||||
|
||||
if (response?.status === false) {
|
||||
console.log(response);
|
||||
toast.error('Approval failed' );
|
||||
toast.error(response?.message ||'Approval failed' );
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user