Skip to content

Commit

Permalink
IBX-247: UDW - cannot select item
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Apr 26, 2021
1 parent 916d77e commit 535b65d
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 535b65d

Please sign in to comment.