Skip to content

Commit

Permalink
Merge pull request #5355 from valadas/rm-no-expand-first-level
Browse files Browse the repository at this point in the history
Fixed an issue where first level folders were auto-expanded.
  • Loading branch information
david-poindexter authored Oct 25, 2022
2 parents 6895095 + c8de3c4 commit 24a9a57
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export class DnnRmFolderList {
<dnn-rm-folder-list-item
folder={item}
parentFolderId={Number.parseInt(state.rootFolders.Tree.data.key)}
expanded
onDnnRmFolderListItemClicked={e => this.handleFolderPicked(e)}
selectedFolder={this.selectedFolder}
>
Expand Down

0 comments on commit 24a9a57

Please # to comment.