Skip to content

Commit

Permalink
[frontend] Add type in workbenchFileContentAttributesQuery variables (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
marieflorescontact committed Jul 5, 2024
1 parent 8d58c32 commit b99aced
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1678,6 +1678,7 @@ const WorkbenchFileContentComponent = ({
objectMarking: convertMarkings(entity),
objectLabel: convertLabels(entity),
externalReferences: convertExternalReferences(entity),
x_opencti_type: type,
};
const attributes = R.filter(
(n) => R.includes(
Expand Down

0 comments on commit b99aced

Please sign in to comment.