Skip to content

Commit 7a96be1

Browse files
committed
Stepper fix
1 parent e347103 commit 7a96be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/utils/sdc/SdcSteps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const SDC_STEPS_SUMMER_SCHOOL = Object.freeze([
9999
id: 'step-5',
100100
title: 'Submit Data',
101101
step: 5,
102-
sdcSchoolCollectionStatusCode: ['SUBMITTED', 'COMPLETED'],
102+
sdcSchoolCollectionStatusCode: ['DUP_VRFD','SUBMITTED', 'COMPLETED'],
103103
index: 5,
104104
showSubmissionDate: true
105105
}

0 commit comments

Comments
 (0)