Skip to content

Commit

Permalink
[backend] Fix double abstract (#4932)
Browse files Browse the repository at this point in the history
  • Loading branch information
CelineSebe committed Dec 11, 2023
1 parent c638947 commit 470bf3a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ const stixDomainObjectsAttributes: { [k: string]: Array<AttributeDefinition> } =
],
[ENTITY_TYPE_CONTAINER_NOTE]: [
{ ...created, mandatoryType: 'external', editDefault: true, label: 'Publication date' },
{ name: 'abstract', type: 'string', mandatoryType: 'no', editDefault: false, multiple: false, upsert: false },
{
name: 'attribute_abstract',
type: 'string',
Expand Down

0 comments on commit 470bf3a

Please sign in to comment.