mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
parent
3c6e1ca877
commit
1e9b28d787
@ -97,7 +97,7 @@ const Steps: StepsType = props => {
|
||||
return (
|
||||
<RcSteps
|
||||
icons={icons}
|
||||
{...omit(props, ['percent'])}
|
||||
{...omit(props, ['percent', 'responsive'])}
|
||||
direction={getDirection()}
|
||||
stepIcon={stepIconRender}
|
||||
prefixCls={prefixCls}
|
||||
|
Loading…
Reference in New Issue
Block a user