mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
remove labelAlign: PropTypes.string
This commit is contained in:
parent
187b10320b
commit
764960875d
@ -48,7 +48,6 @@ export default class FormItem extends React.Component<FormItemProps, any> {
|
|||||||
static propTypes = {
|
static propTypes = {
|
||||||
prefixCls: PropTypes.string,
|
prefixCls: PropTypes.string,
|
||||||
label: PropTypes.oneOfType([PropTypes.string, PropTypes.node]),
|
label: PropTypes.oneOfType([PropTypes.string, PropTypes.node]),
|
||||||
labelAlign: PropTypes.string,
|
|
||||||
labelCol: PropTypes.object,
|
labelCol: PropTypes.object,
|
||||||
help: PropTypes.oneOfType([PropTypes.node, PropTypes.bool]),
|
help: PropTypes.oneOfType([PropTypes.node, PropTypes.bool]),
|
||||||
validateStatus: PropTypes.oneOf(ValidateStatuses),
|
validateStatus: PropTypes.oneOf(ValidateStatuses),
|
||||||
|
Loading…
Reference in New Issue
Block a user