Skip to content

Commit

Permalink
Disable feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Dec 27, 2023
1 parent 84961dd commit 0565d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolpad-app/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export const VERSION_CHECK_INTERVAL = 1000 * 60 * 10;
// TODO: Remove once global functions UI is ready
export const FEATURE_FLAG_GLOBAL_FUNCTIONS = false;

export const FEATURE_FLAG_AUTHORIZATION = true;
export const FEATURE_FLAG_AUTHORIZATION = false;

0 comments on commit 0565d71

Please sign in to comment.