File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,6 @@ export const BaseItem: React.FC<React.PropsWithChildren<IFormItemProps>> = ({
238238 { asterisk && requiredMark === true && (
239239 < span className = { `${ prefixCls } -asterisk` } > { '*' } </ span >
240240 ) }
241- < label > { label } </ label >
242241 < label htmlFor = { props . labelFor } > { label } </ label >
243242 { ! asterisk && requiredMark === 'optional' && ! optionalMarkHidden && (
244243 < span className = { `${ prefixCls } -optional` } >
Original file line number Diff line number Diff line change @@ -227,7 +227,6 @@ export const BaseItem: React.FC<React.PropsWithChildren<IFormItemProps>> = (
227227 { asterisk && (
228228 < span className = { cls ( `${ prefixCls } -asterisk` ) } > { '*' } </ span >
229229 ) }
230- < label > { label } </ label >
231230 < label htmlFor = { props . labelFor } > { label } </ label >
232231 </ span >
233232 </ div >
You can’t perform that action at this time.
0 commit comments