diff --git a/opencti-platform/opencti-front/src/private/components/techniques/attack_patterns/AttackPatternsMatrixLines.tsx b/opencti-platform/opencti-front/src/private/components/techniques/attack_patterns/AttackPatternsMatrixLines.tsx index 22f43fb3ad4d4..c572bbf37caa8 100644 --- a/opencti-platform/opencti-front/src/private/components/techniques/attack_patterns/AttackPatternsMatrixLines.tsx +++ b/opencti-platform/opencti-front/src/private/components/techniques/attack_patterns/AttackPatternsMatrixLines.tsx @@ -27,6 +27,7 @@ interface AttackPatternsMatrixLinesProps { ) => void; selectAll: boolean; onLabelClick: HandleAddFilter; + redirectionMode?: string; } export const attackPatternsMatrixLinesQuery = graphql` @@ -85,6 +86,7 @@ const attackPatternsMatrixLinesFragment = graphql` const AttackPatternsMatrixLines: FunctionComponent = ({ queryRef, + setNumberOfElements, dataColumns, onToggleEntity, selectedElements, @@ -101,6 +103,7 @@ const AttackPatternsMatrixLines: FunctionComponent