remove duplicate label on radio buttons

This commit is contained in:
burnettk 2023-01-31 16:32:04 -05:00
parent 8a53c5103b
commit 1d68580ae6
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@ const RadioWidget = ({
return (
<>
<FormLabel required={required} htmlFor={id}>
{label || schema.title}
</FormLabel>
<RadioGroup
id={id}
name={id}