Skip to content

Commit

Permalink
IBX-2459: Fixed error when selecting bookmarked content in UDW (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Mar 31, 2022
1 parent 2ff910f commit 90bbbae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const loadAccordionData = (
return mappedItem;
});

const [rootLocationData] = response.columns;
const rootLocationData = response.columns[rootLocationId];
const lastLocationData = response.columns[parentLocationId];

if (rootLocationData) {
Expand Down

0 comments on commit 90bbbae

Please sign in to comment.