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:
parent
1c9527654d
commit
5033ed6b45
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user