Skip to content

Commit

Permalink
Reverted hideTreeNav setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Satya Deep Maheshwari committed Aug 24, 2023
1 parent 7b54437 commit 239f049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/aem-asset-selector/aem-asset-selector-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export async function renderAssetSelectorWithImsFlow(cfg) {
handleAssetSelection: (e) => handleAssetSelection(e, cfg),
env: cfg.environment ? cfg.environment.toUpperCase() : 'PROD',
apiKey: API_KEY,
hideTreeNav: false,
hideTreeNav: true,
runningInUnifiedShell: false,
noWrap: true,
filterSchema: [
Expand Down

0 comments on commit 239f049

Please sign in to comment.