fix: steps labelPlacement not work #281

pull/287/head
tangjinzhou 2018-11-29 09:01:53 +08:00
parent bc4990833a
commit b36c663274
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ const getStepsProps = (defaultProps = {}) => {
PropTypes.bool, PropTypes.bool,
PropTypes.func, PropTypes.func,
]), ]),
labelPlacement: PropTypes.string.def('horizontal'),
} }
return initDefaultProps(props, defaultProps) return initDefaultProps(props, defaultProps)
} }