fix: remove disabled form control label
This commit is contained in:
@@ -122,12 +122,6 @@ export const InterpretationLog = () => {
|
||||
<FormControlLabel value="10" control={<Radio />} label="10" />
|
||||
<FormControlLabel value="100" control={<Radio />} label="100" />
|
||||
<FormControlLabel value="custom" control={<Radio />} label="Custom" />
|
||||
<FormControlLabel
|
||||
value="disabled"
|
||||
disabled
|
||||
control={<Radio />}
|
||||
label="other"
|
||||
/>
|
||||
</RadioGroup>
|
||||
</FormControl>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user