1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-18 00:19:49 +01:00

[Gitar] Updating TypeScript files

This commit is contained in:
Gitar 2024-09-16 16:45:29 +00:00
parent a12cdc8cb7
commit efb3f37b9c
3 changed files with 0 additions and 7 deletions
frontend/src/interfaces
src

View File

@ -86,7 +86,6 @@ export type UiFlags = {
enableLegacyVariants?: boolean;
navigationSidebar?: boolean;
flagCreator?: boolean;
newEventSearch?: boolean;
archiveProjects?: boolean;
projectListImprovements?: boolean;
onboardingUI?: boolean;

View File

@ -56,7 +56,6 @@ export type IFlagKey =
| 'extendedMetrics'
| 'removeUnsafeInlineStyleSrc'
| 'originMiddleware'
| 'newEventSearch'
| 'archiveProjects'
| 'projectListImprovements'
| 'useProjectReadModel'
@ -280,10 +279,6 @@ const flags: IFlags = {
process.env.UNLEASH_EXPERIMENTAL_ORIGIN_MIDDLEWARE,
false,
),
newEventSearch: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_NEW_EVENT_SEARCH,
false,
),
archiveProjects: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_ARCHIVE_PROJECTS,
false,

View File

@ -51,7 +51,6 @@ process.nextTick(async () => {
enableLegacyVariants: false,
extendedMetrics: true,
originMiddleware: true,
newEventSearch: true,
projectListImprovements: true,
useProjectReadModel: true,
addonUsageMetrics: true,