Skip to content

Commit

Permalink
[7.x] [Security Solution][Resolver] Show process detail panel when cl…
Browse files Browse the repository at this point in the history
…icking a process node (elastic#72563) (elastic#72756)

Co-authored-by: Kevin Qualters <[email protected]>
  • Loading branch information
Robert Austin and kqualters-elastic authored Jul 22, 2020
1 parent 6683ead commit 996f0ad
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 996f0ad

Please sign in to comment.