Skip to content

Commit b36c663

Browse files
committed
fix: steps labelPlacement not work #281
1 parent bc49908 commit b36c663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/steps/index.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const getStepsProps = (defaultProps = {}) => {
1515
PropTypes.bool,
1616
PropTypes.func,
1717
]),
18+
labelPlacement: PropTypes.string.def('horizontal'),
1819
}
1920
return initDefaultProps(props, defaultProps)
2021
}

0 commit comments

Comments
 (0)