fix: steps labelPlacement not work #281
parent
bc4990833a
commit
b36c663274
|
@ -15,6 +15,7 @@ const getStepsProps = (defaultProps = {}) => {
|
|||
PropTypes.bool,
|
||||
PropTypes.func,
|
||||
]),
|
||||
labelPlacement: PropTypes.string.def('horizontal'),
|
||||
}
|
||||
return initDefaultProps(props, defaultProps)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue