Skip to content

Commit

Permalink
remove labelAlign: PropTypes.string,
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 authored and afc163 committed Nov 4, 2019
1 parent 39d452c commit 7158142
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

0 comments on commit 7158142

Please sign in to comment.