Skip to content

Commit

Permalink
Setup DEFAULT_VALUES feature flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
samwho committed Aug 14, 2024
1 parent d7f00c9 commit eeba71b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend-core/src/features/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,5 @@ export const flags = new FlagSet({
GOOGLE_SHEETS: Flag.boolean(false),
USER_GROUPS: Flag.boolean(false),
ONBOARDING_TOUR: Flag.boolean(false),
DEFAULT_VALUES: Flag.boolean(true),
})

0 comments on commit eeba71b

Please sign in to comment.