We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09dbc6 commit 6beb83eCopy full SHA for 6beb83e
1 file changed
packages/shared/src/lib/featureManagement.ts
@@ -151,7 +151,7 @@ export const sharedPostPreviewFeature = new Feature(
151
false,
152
);
153
154
-export const featureOnboardingV2 = new Feature('onboarding_v2', true);
+export const featureOnboardingV2 = new Feature('onboarding_v2', false);
155
156
export const featureUpvoteCountThreshold = new Feature<{
157
threshold: number;
0 commit comments