Skip to content

Commit

Permalink
Render radio buttons vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
erikao1998 committed Apr 5, 2024
1 parent f247fb6 commit 330f7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/QuestionTypes/SingleChoice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SingleChoice = ({
defaultValue=""
render={({ field }) => (
<Box justifyContent="center">
<RadioGroup {...field} row>
<RadioGroup {...field}>
{question.optionData.options.map(
(singleOption: SingleChoiceType) => (
<FormControlLabel
Expand Down

0 comments on commit 330f7bb

Please sign in to comment.