Skip to content

Commit

Permalink
chore: remove navigation sidebar flag (#8607)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Oct 31, 2024
1 parent 1c95276 commit 5033ed6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/types/experimental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export type IFlagKey =
| 'unleashAI'
| 'webhookDomainLogging'
| 'releasePlans'
| 'navigationSidebar'
| 'productivityReportEmail'
| 'enterprise-payg'
| 'simplifyProjectOverview';
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 5033ed6

Please sign in to comment.