Skip to content

Commit

Permalink
Pass currentLocationPath to Content Tree component
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Feb 28, 2019
1 parent 9cd93fe commit c53a8ac
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 c53a8ac

Please sign in to comment.