Skip to content

Commit b50afb9

Browse files
fix
1 parent 3d18276 commit b50afb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-ui/src/app/common/hooks/flags-hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const flagsHooks = {
6868

6969
// Fetch cloud templates when cloud connection page is disabled
7070
// OR when federated login is enabled
71-
return !cloudConnectionPageEnabled || federatedLoginEnabled || false;
71+
return !cloudConnectionPageEnabled || federatedLoginEnabled;
7272
},
7373

7474
useShouldShowCloudUserInMenu: () => {

0 commit comments

Comments
 (0)