Skip to content

Commit

Permalink
Change form name for CaCx Registration
Browse files Browse the repository at this point in the history
  • Loading branch information
ODORA0 committed Aug 9, 2023
1 parent a26d639 commit 44bf629
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ const CacxRegistrationList: React.FC<CacxRegistrationListProps> = ({ patientUuid
getValue: (encounter) => {
const baseActions = [
{
form: { name: 'Cervical Cancer Screening Log', package: 'cacx' },
form: { name: 'Cervical Cancer Registration Form', package: 'cacx' },
encounterUuid: encounter.uuid,
intent: '*',
label: t('viewDetails', 'View Details'),
mode: 'view',
},
{
form: { name: 'Cervical Cancer Screening Log', package: 'cacx' },
form: { name: 'Cervical Cancer Registration Form', package: 'cacx' },
encounterUuid: encounter.uuid,
intent: '*',
label: t('editForm', 'Edit Form'),
Expand All @@ -73,7 +73,7 @@ const CacxRegistrationList: React.FC<CacxRegistrationListProps> = ({ patientUuid
<EncounterList
patientUuid={patientUuid}
encounterType={cacxRegistrationEncounterType_UUID}
formList={[{ name: 'Cervical Cancer Screening Log' }]}
formList={[{ name: 'Cervical Cancer Registration Form' }]}
columns={columnsLab}
description={headerTitle}
headerTitle={headerTitle}
Expand Down

0 comments on commit 44bf629

Please sign in to comment.