diff --git a/src/frontend/src/components/CreateEditOrganization/validation/ConsentDetailsValidation.ts b/src/frontend/src/components/CreateEditOrganization/validation/ConsentDetailsValidation.ts index 15b9673e0d..8ddb9288a2 100644 --- a/src/frontend/src/components/CreateEditOrganization/validation/ConsentDetailsValidation.ts +++ b/src/frontend/src/components/CreateEditOrganization/validation/ConsentDetailsValidation.ts @@ -24,8 +24,8 @@ function ConsentDetailsValidation(values: IConsentDetailsFormData) { if (values?.review_documentation?.length < 3) { errors.review_documentation = 'Please ensure that all checkboxes are marked.'; } - if (values?.log_into?.length < 2) { - errors.log_into = 'Please ensure that all checkboxes are marked.'; + if (values?.log_into?.length < 1) { + errors.log_into = 'Please ensure that any one of the checkbox is marked.'; } return errors; diff --git a/src/frontend/src/constants/ConsentQuestions.tsx b/src/frontend/src/constants/ConsentQuestions.tsx index 08c86b9bb8..0fdfed53ce 100644 --- a/src/frontend/src/constants/ConsentQuestions.tsx +++ b/src/frontend/src/constants/ConsentQuestions.tsx @@ -131,7 +131,7 @@ export const consentQuestions: consentQuestionsType[] = [ { id: 'participated_in', type: 'checkbox', - required: true, + required: false, question: 'Have you participated in...?', description: 'These are not required but helpful in assessing on-boarding pathways.', options: [