Skip to content

Commit

Permalink
♻️ Custom questions are enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlaa committed Feb 10, 2025
1 parent 5c14965 commit d9acb7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function CustomQuestionForm({
} else {
customAdditionalQuestions.push({
question: questionValue,
isEnabled: false,
isEnabled: true,
})
}

Expand Down

0 comments on commit d9acb7e

Please sign in to comment.