Skip to content

Commit

Permalink
[frontend] Add type in workbenchFileContent form values (#7346)
Browse files Browse the repository at this point in the history
  • Loading branch information
marieflorescontact committed Jul 4, 2024
1 parent cc3e556 commit dfd52ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ const WorkbenchFileContentComponent = ({
objectMarking: convertMarkings(entity),
objectLabel: convertLabels(entity),
externalReferences: convertExternalReferences(entity),
x_opencti_type: type,
x_opencti_type: entityType,
};
const attributes = R.filter(
(n) => R.includes(
Expand Down

0 comments on commit dfd52ab

Please sign in to comment.