Skip to content

Commit

Permalink
feat(feature-flags): add workflow preferences flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont committed Aug 21, 2024
1 parent cde0eaf commit 97655ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/shared/src/types/feature-flags/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export enum FeatureFlagsKeysEnum {
IS_INTEGRATION_INVALIDATION_DISABLED = 'IS_INTEGRATION_INVALIDATION_DISABLED',
IS_V2_ENABLED = 'IS_V2_ENABLED',
IS_EMAIL_INLINE_CSS_DISABLED = 'IS_EMAIL_INLINE_CSS_DISABLED',
IS_WORKFLOW_PREFERENCES_ENABLED = 'IS_WORKFLOW_PREFERENCES_ENABLED',
}

0 comments on commit 97655ec

Please sign in to comment.