diff --git a/frontend/src/components/sdcCollection/sdcDistrictCollection/StepSevenFinalSubmission.vue b/frontend/src/components/sdcCollection/sdcDistrictCollection/StepSevenFinalSubmission.vue index b8f054a4..4789bad1 100644 --- a/frontend/src/components/sdcCollection/sdcDistrictCollection/StepSevenFinalSubmission.vue +++ b/frontend/src/components/sdcCollection/sdcDistrictCollection/StepSevenFinalSubmission.vue @@ -19,7 +19,7 @@ :district-collection-object="districtCollectionObject" :is-final-sign-off="true" :is-collection-active="isCollectionActive" - :show-signatures="true" + :show-final-submission-tabs="true" /> diff --git a/frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/StepThreeVerifyData.vue b/frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/StepThreeVerifyData.vue index dc0a28b2..e886ca97 100644 --- a/frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/StepThreeVerifyData.vue +++ b/frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/StepThreeVerifyData.vue @@ -16,7 +16,7 @@ Differences Duplicates Differences diff --git a/frontend/src/components/sdcCollection/sdcSchoolCollection/steppers/IndySummerSchoolSteps.vue b/frontend/src/components/sdcCollection/sdcSchoolCollection/steppers/IndySummerSchoolSteps.vue index 77081b5e..b363df8c 100644 --- a/frontend/src/components/sdcCollection/sdcSchoolCollection/steppers/IndySummerSchoolSteps.vue +++ b/frontend/src/components/sdcCollection/sdcSchoolCollection/steppers/IndySummerSchoolSteps.vue @@ -76,19 +76,7 @@ :is-step-complete="isStepComplete" :school-collection-object="schoolCollectionObject" :is-collection-active="isSdcSchoolCollectionActive" - @refresh-store="refreshStore" - @next="next" - /> - - - diff --git a/frontend/src/components/sdcCollection/sdcSchoolCollection/steppers/SchoolSteps.vue b/frontend/src/components/sdcCollection/sdcSchoolCollection/steppers/SchoolSteps.vue index 4ea9255b..7442eddb 100644 --- a/frontend/src/components/sdcCollection/sdcSchoolCollection/steppers/SchoolSteps.vue +++ b/frontend/src/components/sdcCollection/sdcSchoolCollection/steppers/SchoolSteps.vue @@ -79,6 +79,7 @@ :school-collection-object="schoolCollectionObject" :is-collection-active="isSdcSchoolCollectionActive" :is-step-complete="true" + :show-final-submission-tabs="true" @refresh-store="refreshStore" @next="next" /> diff --git a/frontend/src/components/sdcCollection/sdcSchoolCollection/steppers/SummerSchoolSteps.vue b/frontend/src/components/sdcCollection/sdcSchoolCollection/steppers/SummerSchoolSteps.vue index a7bf81ae..08c2cb3e 100644 --- a/frontend/src/components/sdcCollection/sdcSchoolCollection/steppers/SummerSchoolSteps.vue +++ b/frontend/src/components/sdcCollection/sdcSchoolCollection/steppers/SummerSchoolSteps.vue @@ -54,6 +54,7 @@ :is-step-complete="isStepComplete" :school-collection-object="schoolCollectionObject" :is-collection-active="isSdcSchoolCollectionActive" + :show-final-submission-tabs="true" @refresh-store="refreshStore" @next="next" />