hide unnecessary elements
This commit is contained in:
@@ -24,9 +24,7 @@ const CarRatioGroups = ({
|
||||
showDivider = false,
|
||||
...props
|
||||
}: CarRatioGroupsProps) => {
|
||||
const { t } = useTranslation();
|
||||
const handleChange = (e: RadioChangeEvent) => {
|
||||
console.log(e.target.value);
|
||||
// If onChange is provided (from Form.Item), use it
|
||||
if (onChange) {
|
||||
onChange(e);
|
||||
|
||||
Reference in New Issue
Block a user