diff --git a/client_v2/src/common/ui/SettingsGroup/RadioGroup.tsx b/client_v2/src/common/ui/SettingsGroup/RadioGroup.tsx index 2c8f6520..9b8e5711 100644 --- a/client_v2/src/common/ui/SettingsGroup/RadioGroup.tsx +++ b/client_v2/src/common/ui/SettingsGroup/RadioGroup.tsx @@ -42,7 +42,7 @@ export const RadioGroup = ({
- disabled={disabled} value={value} options={options} handleChange={onChange} name={name} /> + {children}
diff --git a/client_v2/src/components/Settings/SettingsGroup/RadioGroup.tsx b/client_v2/src/components/Settings/SettingsGroup/RadioGroup.tsx index 2c8f6520..9b8e5711 100644 --- a/client_v2/src/components/Settings/SettingsGroup/RadioGroup.tsx +++ b/client_v2/src/components/Settings/SettingsGroup/RadioGroup.tsx @@ -42,7 +42,7 @@ export const RadioGroup = ({
- disabled={disabled} value={value} options={options} handleChange={onChange} name={name} /> + {children}