Skip to content

Commit

Permalink
EZP-30187: Pass currentLocationPath to Content Tree component
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic authored and webhdx committed Mar 1, 2019
1 parent 9fea4dd commit d0f7751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

ReactDOM.render(
React.createElement(eZ.modules.ContentTree, {
currentLocationId: parseInt(contentTreeContainer.dataset.currentLocationId, 10),
currentLocationPath: contentTreeContainer.dataset.currentLocationPath,
restInfo: { token, siteaccess },
}),
contentTreeWrapper
Expand Down

0 comments on commit d0f7751

Please sign in to comment.