Skip to content

Commit

Permalink
IBX-247: UDW - cannot select item (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic authored Apr 30, 2021
1 parent f5bad68 commit 3174f19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const FinderLeaf = ({ location }) => {
}

setMarkedLocationId(location.id);
dispatchLoadedLocationsAction({ type: 'CUT_LOCATIONS', locationId: markedLocationId });
dispatchLoadedLocationsAction({ type: 'CUT_LOCATIONS', locationId: location.id });
dispatchLoadedLocationsAction({ type: 'UPDATE_LOCATIONS', data: { parentLocationId: location.id, subitems: [] } });

if (!multiple && !isNotSelectable) {
Expand Down

0 comments on commit 3174f19

Please sign in to comment.