mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +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 = {
|
||||
prefixCls: PropTypes.string,
|
||||
label: PropTypes.oneOfType([PropTypes.string, PropTypes.node]),
|
||||
labelAlign: PropTypes.string,
|
||||
labelCol: PropTypes.object,
|
||||
help: PropTypes.oneOfType([PropTypes.node, PropTypes.bool]),
|
||||
validateStatus: PropTypes.oneOf(ValidateStatuses),
|
||||
|
Loading…
Reference in New Issue
Block a user