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