mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution] Make rule detail link work for both signal.rule.name and kibana.alert.rule.name (#122437)
* Make rule detail link work for both signal.rule.name and kibana.alert.rule.name * Remove failing test * Remove incorrect comment about possible bug * PR feedback * More cleanup/feedback * Memoize hook usage
This commit is contained in:
parent
a6d21cc715
commit
6c72063531
13 changed files with 323 additions and 202 deletions
|
@ -672,7 +672,6 @@ export const BodyComponent = React.memo<StatefulBodyProps>(
|
|||
pageSize,
|
||||
timelineId: id,
|
||||
});
|
||||
|
||||
return {
|
||||
...header,
|
||||
actions: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue