1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

chore: remove navigation sidebar flag (#8607)

This commit is contained in:
Mateusz Kwasniewski 2024-10-31 10:30:37 +01:00 committed by GitHub
parent 1c9527654d
commit 5033ed6b45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,6 @@ export type IFlagKey =
| 'unleashAI'
| 'webhookDomainLogging'
| 'releasePlans'
| 'navigationSidebar'
| 'productivityReportEmail'
| 'enterprise-payg'
| 'simplifyProjectOverview';
@ -290,10 +289,6 @@ const flags: IFlags = {
process.env.UNLEASH_EXPERIMENTAL_RELEASE_PLANS,
false,
),
navigationSidebar: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_SIDEBAR_NAVIGATION,
true,
),
productivityReportEmail: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_PRODUCTIVITY_REPORT_EMAIL,
false,