Skip to content

Commit

Permalink
Revert "chore: learnability flags turned on by default (#33225)"
Browse files Browse the repository at this point in the history
This reverts commit 46ac5de.
  • Loading branch information
trishaanand committed May 8, 2024
1 parent 370016a commit 7870a63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/client/src/ce/entities/FeatureFlag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ 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: true,
rollout_js_enabled_one_click_binding_enabled: true,
rollout_remove_feature_walkthrough_enabled: false,
rollout_js_enabled_one_click_binding_enabled: false,
rollout_side_by_side_enabled: false,
ab_learnability_ease_of_initial_use_enabled: true,
ab_learnability_discoverability_collapse_all_except_data_enabled: true,
ab_learnability_ease_of_initial_use_enabled: false,
ab_learnability_discoverability_collapse_all_except_data_enabled: false,
release_layout_conversion_enabled: false,
};

Expand Down

0 comments on commit 7870a63

Please sign in to comment.