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 (Disabled )" disabled />
22+ <FormControlLabel value="Meshery-Cloud (Disabled)" 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}>
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ const SistentRadioGroup = () => {
103103 < SistentThemeProvider initialMode = { isDark ? "dark" : "light" } >
104104 < RadioGroup value = { selectedDisabledOption } onChange = { handleDisabledChange } >
105105 < FormControlLabel value = "Layer5" control = { < Radio /> } label = "Layer5" />
106- < FormControlLabel value = "Meshery-Cloud (Disabled)" control = { < Radio /> } label = "Meshery-Cloud (Disabled )" disabled />
106+ < FormControlLabel value = "Meshery-Cloud (Disabled)" control = { < Radio /> } label = "Meshery-Cloud (Private )" disabled />
107107 < FormControlLabel value = "Sistent Design System" control = { < Radio /> } label = "Sistent Design System" />
108108 </ RadioGroup >
109109 </ SistentThemeProvider >
You can’t perform that action at this time.
0 commit comments