remove labelAlign: PropTypes.string,

This commit is contained in:
yoyo837 2019-11-04 13:06:11 +08:00 committed by 偏右
parent 39d452ca77
commit 715814291b

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