Skip to content

Commit

Permalink
chore: enable new submission flow
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirDhahri committed Jun 6, 2024
1 parent b47679c commit be50234
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/store/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,9 @@ export const features = {
},
AREnableNewSubmissionFlow: {
description: "Enable new submission flow",
readyForRelease: false,
readyForRelease: true,
showInDevMenu: true,
echoFlagKey: "AREnableNewSubmissionFlow",
},
AREnableSubmitMyCollectionArtworkInSubmitFlow: {
description: "Enable Start Submission from My Collection in submit artwork flow",
Expand All @@ -282,8 +283,9 @@ export const features = {
},
AREnableSaveAndContinueSubmission: {
description: "Enable save and continue submission flow",
readyForRelease: false,
readyForRelease: true,
showInDevMenu: true,
echoFlagKey: "AREnableSaveAndContinueSubmission",
},
} satisfies { [key: string]: FeatureDescriptor }

Expand Down

0 comments on commit be50234

Please sign in to comment.