Skip to content

Commit 447cc1a

Browse files
committed
Fix stepKey in examples
1 parent 3aef630 commit 447cc1a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/react-renderer-demo/src/app/src/components/navigation/examples-definitions.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ Vestibulum vulputate inceptos himenaeos.`
509509
{
510510
title: 'Get started with adding source',
511511
name: 'step-1',
512-
stepKey: 1,
513512
nextStep: {
514513
when: 'source-type',
515514
stepMapper: {
@@ -552,8 +551,7 @@ Vestibulum vulputate inceptos himenaeos.`
552551
},
553552
{
554553
title: 'Configure AWS',
555-
name: 'step-2',
556-
stepKey: 'aws',
554+
name: 'aws',
557555
nextStep: 'summary',
558556
fields: [
559557
{
@@ -564,9 +562,8 @@ Vestibulum vulputate inceptos himenaeos.`
564562
]
565563
},
566564
{
567-
stepKey: 'google',
565+
name: 'google',
568566
title: 'Configure google',
569-
name: 'step-3',
570567
nextStep: 'summary',
571568
fields: [
572569
{
@@ -583,7 +580,6 @@ Vestibulum vulputate inceptos himenaeos.`
583580
component: 'summary'
584581
}
585582
],
586-
stepKey: 'summary',
587583
name: 'summary'
588584
}
589585
]

0 commit comments

Comments
 (0)