Skip to content

Commit 8f551ff

Browse files
Robert Austinkqualters-elastic
andauthored
[Security Solution][Resolver] Show process detail panel when clicking a process node (#72563) (#72757)
Co-authored-by: Kevin Qualters <56408403+kqualters-elastic@users.noreply.github.com>
1 parent ba36180 commit 8f551ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/security_solution/public/resolver/view/process_event_dot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ const UnstyledProcessEventDot = React.memo(
252252
selectedProcessId: nodeID,
253253
},
254254
});
255-
pushToQueryParams({ crumbId: nodeID, crumbEvent: 'all' });
255+
pushToQueryParams({ crumbId: nodeID, crumbEvent: '' });
256256
}, [animationTarget, dispatch, pushToQueryParams, nodeID, nodeHTMLID]);
257257

258258
/**

0 commit comments

Comments
 (0)