mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[SecuritySolution][Alert Details] - fix missing key console log error (#196201)
This commit is contained in:
parent
1f9bff8af1
commit
30282056a0
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ export const PanelHeader: FC<PanelHeaderProps> = memo(
|
|||
isTourAnchor={isAlert}
|
||||
step={AlertsCasesTourSteps.reviewAlertDetailsFlyout}
|
||||
tourId={SecurityStepId.alertsCases}
|
||||
key={index}
|
||||
>
|
||||
<EuiTab
|
||||
onClick={() => onSelectedTabChanged(tab.id)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue