Merge pull request #14376 from Budibase/setup-default-values-flag

Setup DEFAULT_VALUES feature flag.
This commit is contained in:
Sam Rose 2024-08-14 12:48:20 +01:00 committed by GitHub
commit 249302bbe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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),
})