From d9acb7e54809a248397eefa88d5fc091cc73a689 Mon Sep 17 00:00:00 2001 From: Benjamin Arias Date: Mon, 10 Feb 2025 16:45:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Custom=20questions=20are?= =?UTF-8?q?=20enabled=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../questionsComplementaires/CustomQuestionForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }) }