File tree Expand file tree Collapse file tree
packages/react-renderer-demo/src/app/src/components/navigation Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments