Skip to content

Commit 4aaa400

Browse files
adamwhitingnhslillie-dae
authored andcommitted
disable iteration 3 feature flag
1 parent c2a5023 commit 4aaa400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/cypress/support/feature_flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export const defaultFeatureFlags: FeatureFlags = {
77
uploadArfWorkflowEnabled: true,
88
uploadLambdaEnabled: true,
99
uploadDocumentIteration2Enabled: true,
10-
uploadDocumentIteration3Enabled: true,
10+
uploadDocumentIteration3Enabled: false,
1111
};

0 commit comments

Comments
 (0)