diff --git a/src/components/organisations/questionsComplementaires/CustomQuestionForm.tsx b/src/components/organisations/questionsComplementaires/CustomQuestionForm.tsx index aef82f70e..629d34522 100644 --- a/src/components/organisations/questionsComplementaires/CustomQuestionForm.tsx +++ b/src/components/organisations/questionsComplementaires/CustomQuestionForm.tsx @@ -63,7 +63,7 @@ export default function CustomQuestionForm({ } else { customAdditionalQuestions.push({ question: questionValue, - isEnabled: false, + isEnabled: true, }) }