Skip to content

Commit

Permalink
fix: updated rollout walkthrough removal flag to true
Browse files Browse the repository at this point in the history
  • Loading branch information
“sneha122” committed May 7, 2024
1 parent 2770282 commit 0816933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/ce/entities/FeatureFlag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const DEFAULT_FEATURE_FLAG_VALUE: FeatureFlags = {
release_global_add_pane_enabled: false,
ab_appsmith_ai_query: false,
release_actions_redesign_enabled: false,
rollout_remove_feature_walkthrough_enabled: false,
rollout_remove_feature_walkthrough_enabled: true,
rollout_js_enabled_one_click_binding_enabled: true,
rollout_side_by_side_enabled: false,
ab_learnability_ease_of_initial_use_enabled: true,
Expand Down

0 comments on commit 0816933

Please sign in to comment.