Skip to content

Commit

Permalink
[frontend] fix limit results to display correlation view (#5996)
Browse files Browse the repository at this point in the history
  • Loading branch information
frapuks authored and Archidoit committed Jun 3, 2024
1 parent 4cbb222 commit db7bcb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ const ReportKnowledgeCorrelation = createFragmentContainer(
x_opencti_order
x_opencti_color
}
objects {
objects(first: 500) {
edges {
node {
... on BasicObject {
Expand Down Expand Up @@ -1396,7 +1396,7 @@ const ReportKnowledgeCorrelation = createFragmentContainer(
entity_type
}
}
objectMarking {
objectMarking {
id
definition_type
definition
Expand Down

0 comments on commit db7bcb1

Please sign in to comment.