remove labelAlign: PropTypes.string

This commit is contained in:
yoyo837 2019-11-04 13:01:50 +08:00
parent 187b10320b
commit 764960875d

View File

@ -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),