Merge branch 'master' of github.com:Budibase/budibase into grid-layout-expansion

This commit is contained in:
Andrew Kingston 2024-08-14 13:01:18 +01:00
commit 952b9b4af1
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),
})