mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
docs: Step Error status - Translation Correction (#3235)
This commit is contained in:
parent
2ecb039e09
commit
c8b741283e
@ -19,9 +19,9 @@ const Step = Steps.Step;
|
||||
|
||||
ReactDOM.render(
|
||||
<Steps current={1} status="error">
|
||||
<Step title="finished" description="This is description" />
|
||||
<Step title="In Process" description="This is description" />
|
||||
<Step title="Waiting" description="This is description" />
|
||||
<Step title="Finished" description="This is a description" />
|
||||
<Step title="In Process" description="This is a description" />
|
||||
<Step title="Waiting" description="This is a description" />
|
||||
</Steps>
|
||||
, mountNode);
|
||||
````
|
||||
|
Loading…
Reference in New Issue
Block a user