Skip to content

Commit

Permalink
[SecuritySolution][Alert Details] - fix missing key console log error (
Browse files Browse the repository at this point in the history
…elastic#196201)

(cherry picked from commit 3028205)
  • Loading branch information
PhilippeOberti committed Oct 25, 2024
1 parent da5e2cd commit 4368ed3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 4368ed3

Please sign in to comment.