Skip to content

Commit

Permalink
EZP-32396: parseInt rootLocationId (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Grabowski authored Mar 23, 2021
1 parent 8e7712a commit 3e6a29e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
React.createElement(eZ.modules.ContentTree, {
userId,
currentLocationPath,
rootLocationId: treeRootLocationId,
rootLocationId: parseInt(treeRootLocationId, 10),
restInfo: { token, siteaccess },
}),
contentTreeWrapper
Expand Down

0 comments on commit 3e6a29e

Please # to comment.