Skip to content

Commit

Permalink
[Security Solution][Resolver] Show process detail panel when clicking…
Browse files Browse the repository at this point in the history
… a process node (#72563) (#72757)

Co-authored-by: Kevin Qualters <56408403+kqualters-elastic@users.noreply.github.com>
  • Loading branch information
Robert Austin and kqualters-elastic authored Jul 22, 2020
1 parent ba36180 commit 8f551ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const UnstyledProcessEventDot = React.memo(
selectedProcessId: nodeID,
},
});
pushToQueryParams({ crumbId: nodeID, crumbEvent: 'all' });
pushToQueryParams({ crumbId: nodeID, crumbEvent: '' });
}, [animationTarget, dispatch, pushToQueryParams, nodeID, nodeHTMLID]);

/**
Expand Down

0 comments on commit 8f551ff

Please sign in to comment.