Skip to content

Commit

Permalink
hot fix(tt): make quiz response required
Browse files Browse the repository at this point in the history
  • Loading branch information
zacjones93 committed Dec 5, 2024
1 parent 75767b2 commit dd82c34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/total-typescript/src/offer/survey/survey-question.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ const SurveyQuestionChoice = React.forwardRef(function QuestionChoice(
<label>
{choice.image && <img src={choice.image} alt={choice.answer} />}
<input
required
name="answer"
value={choice.answer}
checked={
Expand Down

0 comments on commit dd82c34

Please sign in to comment.