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'
|
| 'unleashAI'
|
||||||
| 'webhookDomainLogging'
|
| 'webhookDomainLogging'
|
||||||
| 'releasePlans'
|
| 'releasePlans'
|
||||||
| 'navigationSidebar'
|
|
||||||
| 'productivityReportEmail'
|
| 'productivityReportEmail'
|
||||||
| 'enterprise-payg'
|
| 'enterprise-payg'
|
||||||
| 'simplifyProjectOverview';
|
| 'simplifyProjectOverview';
|
||||||
@ -290,10 +289,6 @@ const flags: IFlags = {
|
|||||||
process.env.UNLEASH_EXPERIMENTAL_RELEASE_PLANS,
|
process.env.UNLEASH_EXPERIMENTAL_RELEASE_PLANS,
|
||||||
false,
|
false,
|
||||||
),
|
),
|
||||||
navigationSidebar: parseEnvVarBoolean(
|
|
||||||
process.env.UNLEASH_EXPERIMENTAL_SIDEBAR_NAVIGATION,
|
|
||||||
true,
|
|
||||||
),
|
|
||||||
productivityReportEmail: parseEnvVarBoolean(
|
productivityReportEmail: parseEnvVarBoolean(
|
||||||
process.env.UNLEASH_EXPERIMENTAL_PRODUCTIVITY_REPORT_EMAIL,
|
process.env.UNLEASH_EXPERIMENTAL_PRODUCTIVITY_REPORT_EMAIL,
|
||||||
false,
|
false,
|
||||||
|
Loading…
Reference in New Issue
Block a user