wording deletion
This commit is contained in:
@ -159,7 +159,8 @@ const ManageKycDeletionContextProvider = ({ children }: { children: React.ReactN
|
||||
})
|
||||
|
||||
if (approveReject?.status == true) {
|
||||
toast.success('Success update status approval')
|
||||
if (status_approve === 'Y') toast.success('Update status approve success')
|
||||
if (status_approve === 'N') toast.success('Update status reject success')
|
||||
handleDetailDialog(false, null)
|
||||
} else {
|
||||
toast.warning(`${approveReject?.message}`)
|
||||
|
||||
Reference in New Issue
Block a user