Skip to content

Commit ec032cf

Browse files
PR comments
1 parent a369893 commit ec032cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/solutions/security/plugins/security_solution/public/flyout_v2/document/components/correlations_overview.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ export const CorrelationsOverview = memo(
8585
showSameSourceAlerts ||
8686
showAlertsBySession ||
8787
showCases ||
88-
showSuppressedAlerts;
88+
showSuppressedAlerts ||
89+
showRelatedAttacks;
8990

9091
const ruleType = getFieldValue(hit, ALERT_RULE_TYPE) as Type | undefined;
9192

0 commit comments

Comments
 (0)