We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d18276 commit b50afb9Copy full SHA for b50afb9
1 file changed
packages/react-ui/src/app/common/hooks/flags-hooks.ts
@@ -68,7 +68,7 @@ export const flagsHooks = {
68
69
// Fetch cloud templates when cloud connection page is disabled
70
// OR when federated login is enabled
71
- return !cloudConnectionPageEnabled || federatedLoginEnabled || false;
+ return !cloudConnectionPageEnabled || federatedLoginEnabled;
72
},
73
74
useShouldShowCloudUserInMenu: () => {
0 commit comments