File tree Expand file tree Collapse file tree
src/sections/Projects/Sistent/components/radiogroup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const codes = [
1919 </RadioGroup>` ,
2020 `<RadioGroup value={selectedDisabledOption} onChange={handleDisabledChange}>
2121 <FormControlLabel value="Layer5" control={<Radio />} label="Layer5" />
22- <FormControlLabel value="Meshery-Cloud (Disabled )" control={<Radio />} label="Meshery-Cloud (Private)" disabled />
22+ <FormControlLabel value="Meshery-Cloud (Private )" control={<Radio />} label="Meshery-Cloud (Private)" disabled />
2323 <FormControlLabel value="Sistent Design System" control={<Radio />} label="Sistent Design System" />
2424</RadioGroup>` ,
2525 `<RadioGroup row value={selectedRowOption} onChange={handleRowChange}>
@@ -135,7 +135,7 @@ const SistentRadioGroup = () => {
135135 < Container maxWidth = "sm" >
136136 < RadioGroup value = { selectedDisabledOption } onChange = { handleDisabledChange } >
137137 < FormControlLabel value = "Layer5" control = { < Radio /> } label = "Layer5" />
138- < FormControlLabel value = "Meshery-Cloud (Disabled )" control = { < Radio /> } label = "Meshery-Cloud (Disabled )" disabled />
138+ < FormControlLabel value = "Meshery-Cloud (Private )" control = { < Radio /> } label = "Meshery-Cloud (private )" disabled />
139139 < FormControlLabel value = "Sistent Design System" control = { < Radio /> } label = "Sistent Design System" />
140140 </ RadioGroup >
141141 </ Container >
You can’t perform that action at this time.
0 commit comments