Skip to content

Commit 5590458

Browse files
committed
Fix for district steps
1 parent 353ebef commit 5590458

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
@@ -318,7 +318,7 @@ export const SDC_STEPS_SUMMER_DISTRICT = Object.freeze([
318318
id: 'step-4',
319319
title: 'Submit to Ministry',
320320
step: 4,
321-
sdcDistrictCollectionStatusCode: ['REVIEWED', 'SUBMITTED', 'COMPLETED'],
321+
sdcDistrictCollectionStatusCode: ['VERIFIED', 'SUBMITTED', 'COMPLETED'],
322322
index: 4
323323
}
324324

0 commit comments

Comments
 (0)