Skip to content

Commit bdf215b

Browse files
committed
feat: allow for custom identifier to have the option to enter subjects sex
1 parent 6b90dfe commit bdf215b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/features/session/components/StartSessionForm/StartSessionForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const StartSessionForm = ({ currentGroup, initialValues, readOnly, onSubm
120120
kind: 'dynamic',
121121
deps: ['subjectIdentificationMethod'],
122122
render({ subjectIdentificationMethod }) {
123-
return subjectIdentificationMethod === 'PERSONAL_INFO'
123+
return subjectIdentificationMethod === 'PERSONAL_INFO' || subjectIdentificationMethod === 'CUSTOM_ID'
124124
? {
125125
description: t('core.identificationData.sex.description'),
126126
kind: 'string',

0 commit comments

Comments
 (0)