1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

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

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