Skip to content

Commit

Permalink
Merge pull request #2357 from upalatucci/disable-trwwview
Browse files Browse the repository at this point in the history
CNV-53453: disable treeview by default
  • Loading branch information
openshift-merge-bot[bot] authored Jan 15, 2025
2 parents c11f274 + 03250a9 commit 7b44845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/hooks/useFeatures/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const featuresConfigMapInitialState: IoK8sApiCoreV1ConfigMap = {
[LOAD_BALANCER_ENABLED]: 'false',
[NODE_PORT_ADDRESS]: '',
[NODE_PORT_ENABLED]: 'false',
[TREE_VIEW]: 'true',
[TREE_VIEW]: 'false',
[TREE_VIEW_FOLDERS]: 'false',
},
metadata: {
Expand Down

0 comments on commit 7b44845

Please sign in to comment.