Skip to content

Commit

Permalink
Enable all the customers to start seeing prompt for switching to wsfs (
Browse files Browse the repository at this point in the history
…#676)

## Changes
All the customers should start seeing prompts for switching to Files in
Workspace, if they meet all the conditions.
  • Loading branch information
kartikgupta-db authored Apr 25, 2023
1 parent f7e9cdf commit b7c0138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class WorkspaceStateManager {
}

get wsfsFeatureFlag() {
return this.fixedRandom <= 0.5;
return true;
}

get skipSwitchToWorkspace() {
Expand Down

0 comments on commit b7c0138

Please sign in to comment.