From 49fa76d532742c84bf7b6cfb0d4260ae13ec05ce Mon Sep 17 00:00:00 2001 From: mightycox Date: Mon, 12 Aug 2024 14:21:37 -0700 Subject: [PATCH] compare bugfix --- .../stepThreeVerifyData/StepThreeVerifyData.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/StepThreeVerifyData.vue b/frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/StepThreeVerifyData.vue index 61d220aa..56febb1d 100644 --- a/frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/StepThreeVerifyData.vue +++ b/frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/StepThreeVerifyData.vue @@ -73,7 +73,7 @@ v-if="tab==='Career Programs'" :district="district" :is-final-sign-off="isFinalSignOff" - :is-historic-view="isCollectionActive" + :is-collection-active="isCollectionActive" />