Skip to content

Commit

Permalink
fix: Error wrapper text
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed May 16, 2024
1 parent ece17bd commit e0dadb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Question: React.FC<IQuestion> = (props) => {
>
{props.text}
</FormLabel>
<ErrorWrapper id={`${props.id}-error`} error={formik.errors.selected?.id}>
<ErrorWrapper id={props.id} error={formik.errors.selected?.id}>
<RadioGroup
aria-labelledby={`radio-buttons-group-label-${props.id}`}
name={`radio-buttons-group-${props.id}`}
Expand Down

0 comments on commit e0dadb7

Please sign in to comment.