Skip to content

Commit

Permalink
feat: Enable new toolbar for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
albinAppsmith committed Oct 31, 2024
1 parent 38c9bc0 commit bb66e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/cypress/support/Objects/FeatureFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import produce from "immer";
const defaultFlags = {
release_side_by_side_ide_enabled: true,
rollout_remove_feature_walkthrough_enabled: false, // remove this flag from here when it's removed from code
release_actions_redesign_enabled: true,
};

export const featureFlagIntercept = (
Expand Down

0 comments on commit bb66e9b

Please sign in to comment.