From 4b37f49ed5d787535d1da8a2da07feede860284c Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Thu, 28 Aug 2025 13:33:25 +0300 Subject: [PATCH] fix build --- client_v2/src/common/ui/SettingsGroup/RadioGroup.tsx | 2 +- client_v2/src/components/Settings/SettingsGroup/RadioGroup.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}