[SecuritySolution][Alert Details] - fix missing key console log error (#196201)

This commit is contained in:
Philippe Oberti 2024-10-15 18:14:36 +02:00 committed by GitHub
parent 1f9bff8af1
commit 30282056a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)}