feat: remove aria-label & name from RadioGroup

This commit is contained in:
karishmas6
2024-08-24 10:00:53 +05:30
parent 5b03bd69da
commit e6425549ad

View File

@@ -118,8 +118,6 @@ export const InterpretationLog = () => {
<FormLabel>What is the maximum number of rows you want to extract?</FormLabel>
<RadioGroup
row
aria-labelledby="demo-row-radio-buttons-group-label"
name="row-radio-buttons-group"
>
<FormControlLabel value="female" control={<Radio />} label="Female" />
<FormControlLabel value="male" control={<Radio />} label="Male" />