1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

flag user groups untill licensing ready

This commit is contained in:
Peter Clement 2022-07-29 13:22:59 +01:00
parent 00ee5ccf31
commit 2689c48fa1
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 => {