feat: remove aria-label & name from RadioGroup
This commit is contained in:
@@ -118,8 +118,6 @@ export const InterpretationLog = () => {
|
|||||||
<FormLabel>What is the maximum number of rows you want to extract?</FormLabel>
|
<FormLabel>What is the maximum number of rows you want to extract?</FormLabel>
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
row
|
row
|
||||||
aria-labelledby="demo-row-radio-buttons-group-label"
|
|
||||||
name="row-radio-buttons-group"
|
|
||||||
>
|
>
|
||||||
<FormControlLabel value="female" control={<Radio />} label="Female" />
|
<FormControlLabel value="female" control={<Radio />} label="Female" />
|
||||||
<FormControlLabel value="male" control={<Radio />} label="Male" />
|
<FormControlLabel value="male" control={<Radio />} label="Male" />
|
||||||
|
|||||||
Reference in New Issue
Block a user