Skip to content

Commit

Permalink
enable depositions feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kne42 committed Sep 30, 2024
1 parent 10654ec commit 431ba28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/data-portal/app/utils/featureFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type FeatureFlagEnvironment = typeof process.env.ENV
export type FeatureFlagKey = 'depositions' | 'multipleTomograms'

export const FEATURE_FLAGS: Record<FeatureFlagKey, FeatureFlagEnvironment[]> = {
depositions: ['local', 'dev'],
depositions: ['local', 'dev', 'staging', 'prod'],
multipleTomograms: ['local', 'dev'],
}

Expand Down

0 comments on commit 431ba28

Please sign in to comment.