Skip to content

Commit 40a7fbb

Browse files
committed
Change stepKey to name in Wizard Step api
1 parent d296045 commit 40a7fbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-renderer-demo/src/app/pages/renderer/component-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ Wizard step <br/>
184184
|Prop|Type|Description|
185185
|----|:--:|----------:|
186186
|title|node/string|Step title|
187-
|stepKey|string, number|For first step: 1, otherwise anything|
188-
|nextStep|object/stepKey of next step|See below|
187+
|name|string, number|Uniq name of the step|
188+
|nextStep|object/name of next step|See <RouterLink href="/component-example/wizard"><Link href="/component-example/wizard">wizard documentation</Link></RouterLink>|
189189
|fields|array|An array of form fields|
190190

191191
<ExampleLink to='wizard' />

0 commit comments

Comments
 (0)