1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00

flag user groups untill licensing ready

This commit is contained in:
Peter Clement 2022-07-29 13:22:59 +01:00
parent 28405c7beb
commit 8fb4cd8da4
2 changed files with 2 additions and 0 deletions

View file

@ -50,4 +50,5 @@ exports.getTenantFeatureFlags = tenantId => {
exports.FeatureFlag = {
LICENSING: "LICENSING",
GOOGLE_SHEETS: "GOOGLE_SHEETS",
USER_GROUPS: "USER_GROUPS",
}

View file

@ -3,6 +3,7 @@ import { get } from "svelte/store"
export const FEATURE_FLAGS = {
LICENSING: "LICENSING",
USER_GROUPS: "USER_GROUPS",
}
export const isEnabled = featureFlag => {