Skip to content

Commit

Permalink
Merge pull request #927 from ShubhamPalriwala/set-onboarding-wizard-f…
Browse files Browse the repository at this point in the history
…lag-to-false-default

Disable Onboarding Wizard until Ready
  • Loading branch information
mlabouardy authored Aug 27, 2023
2 parents db8fb78 + c3b9239 commit dfeef7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/components/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Layout({ children }: LayoutProps) {
}
}, [telemetry]);

const betaFlagOnboardingWizard = true; // To test the onboarding wizard feature, set this beta-flag to true
const betaFlagOnboardingWizard = false; // To test the onboarding wizard feature, set this beta-flag to true
const isOnboarding =
betaFlagOnboardingWizard && router.pathname.startsWith('/onboarding');

Expand Down

0 comments on commit dfeef7b

Please sign in to comment.