wording deletion

This commit is contained in:
unknown
2025-05-14 13:24:32 +07:00
parent 0c5ec66475
commit c13b4ac11f

View File

@ -159,7 +159,8 @@ const ManageKycDeletionContextProvider = ({ children }: { children: React.ReactN
}) })
if (approveReject?.status == true) { 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) handleDetailDialog(false, null)
} else { } else {
toast.warning(`${approveReject?.message}`) toast.warning(`${approveReject?.message}`)