File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
packages/react-renderer-demo/src/app/src/components/navigation Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,6 @@ Vestibulum vulputate inceptos himenaeos.`
509
509
{
510
510
title : 'Get started with adding source' ,
511
511
name : 'step-1' ,
512
- stepKey : 1 ,
513
512
nextStep : {
514
513
when : 'source-type' ,
515
514
stepMapper : {
@@ -552,8 +551,7 @@ Vestibulum vulputate inceptos himenaeos.`
552
551
} ,
553
552
{
554
553
title : 'Configure AWS' ,
555
- name : 'step-2' ,
556
- stepKey : 'aws' ,
554
+ name : 'aws' ,
557
555
nextStep : 'summary' ,
558
556
fields : [
559
557
{
@@ -564,9 +562,8 @@ Vestibulum vulputate inceptos himenaeos.`
564
562
]
565
563
} ,
566
564
{
567
- stepKey : 'google' ,
565
+ name : 'google' ,
568
566
title : 'Configure google' ,
569
- name : 'step-3' ,
570
567
nextStep : 'summary' ,
571
568
fields : [
572
569
{
@@ -583,7 +580,6 @@ Vestibulum vulputate inceptos himenaeos.`
583
580
component : 'summary'
584
581
}
585
582
] ,
586
- stepKey : 'summary' ,
587
583
name : 'summary'
588
584
}
589
585
]
You can’t perform that action at this time.
0 commit comments