Skip to content

Commit

Permalink
Merge pull request #1849 from bcgov/fix/at-fixes
Browse files Browse the repository at this point in the history
Stepper fix
  • Loading branch information
SodhiA1 authored Aug 19, 2024
2 parents 5ea9aa4 + 7a96be1 commit 6427e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/sdc/SdcSteps.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const SDC_STEPS_SUMMER_SCHOOL = Object.freeze([
id: 'step-5',
title: 'Submit Data',
step: 5,
sdcSchoolCollectionStatusCode: ['SUBMITTED', 'COMPLETED'],
sdcSchoolCollectionStatusCode: ['DUP_VRFD','SUBMITTED', 'COMPLETED'],
index: 5,
showSubmissionDate: true
}
Expand Down

0 comments on commit 6427e16

Please sign in to comment.