File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
docs/src/pages/components Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,7 @@ export default function RadioButtonsGroup() {
1919 < FormControlLabel value = "female" control = { < Radio /> } label = "Female" />
2020 < FormControlLabel value = "male" control = { < Radio /> } label = "Male" />
2121 < FormControlLabel value = "other" control = { < Radio /> } label = "Other" />
22- < FormControlLabel
23- value = "disabled"
24- disabled
25- control = { < Radio /> }
26- label = "(Disabled option)"
27- />
22+ < FormControlLabel value = "disabled" disabled control = { < Radio /> } label = "(Disabled option)" />
2823 </ RadioGroup >
2924 </ FormControl >
3025 ) ;
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ export default function DiscreteSlider() {
4343
4444 return (
4545 < div className = { classes . root } >
46-
4746 < Typography id = "discrete-slider-restrict" gutterBottom >
4847 Restricted values
4948 </ Typography >
You can’t perform that action at this time.
0 commit comments