Skip to content

Commit

Permalink
remove labelAlign: PropTypes.string
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 committed Nov 4, 2019
1 parent 187b103 commit 7649608
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/form/FormItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

1 comment on commit 7649608

@yoyo837
Copy link
Contributor Author

@yoyo837 yoyo837 commented on 7649608 Nov 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

失误,已经revert。

Please sign in to comment.