mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
chore: remove unused code (#51508)
This commit is contained in:
parent
efc754c3e9
commit
35d4ab7e4a
@ -155,7 +155,6 @@ const InternalCheckbox: React.ForwardRefRenderFunction<CheckboxRef, CheckboxProp
|
||||
);
|
||||
return wrapCSSVar(
|
||||
<Wave component="Checkbox" disabled={mergedDisabled}>
|
||||
{}
|
||||
<label
|
||||
className={classString}
|
||||
style={{ ...checkbox?.style, ...style }}
|
||||
|
@ -84,7 +84,6 @@ const InternalRadio: React.ForwardRefRenderFunction<RadioRef, RadioProps> = (pro
|
||||
|
||||
return wrapCSSVar(
|
||||
<Wave component="Radio" disabled={radioProps.disabled}>
|
||||
{}
|
||||
<label
|
||||
className={wrapperClassString}
|
||||
style={{ ...radio?.style, ...style }}
|
||||
|
Loading…
Reference in New Issue
Block a user