Setup DEFAULT_VALUES feature flag.

This commit is contained in:
Sam Rose 2024-08-14 12:26:17 +01:00
parent d7f00c981b
commit eeba71b69b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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),
})