From 96407c12977cf137cf5144b143322a760a5b8cfd Mon Sep 17 00:00:00 2001 From: Khavin Shankar Date: Fri, 27 Sep 2024 21:31:25 +0530 Subject: [PATCH] Allow archiving consent records (#8654) --- src/Components/Patient/PatientConsentRecordBlock.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Patient/PatientConsentRecordBlock.tsx b/src/Components/Patient/PatientConsentRecordBlock.tsx index 6832de87679..07931380cb6 100644 --- a/src/Components/Patient/PatientConsentRecordBlock.tsx +++ b/src/Components/Patient/PatientConsentRecordBlock.tsx @@ -103,6 +103,7 @@ export default function PatientConsentRecordBlockGroup(props: { file={file} editable={hasEditPermission(file)} associating_id={consentRecord.id} + archivable /> ))}