Skip to content

Commit

Permalink
chore: remove navigation sidebar flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Oct 31, 2024
1 parent 9f29705 commit 3b5b395
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'
| 'simplifyProjectOverview';

Expand Down Expand Up @@ -289,10 +288,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 3b5b395

Please sign in to comment.