Skip to content

Commit

Permalink
[frontend] add fromTypes (#8115)
Browse files Browse the repository at this point in the history
  • Loading branch information
delemaf committed Dec 11, 2024
1 parent f1d509c commit 11dac8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ const EntityStixCoreRelationshipsRelationshipsView: FunctionComponent<EntityStix
orderBy: (sortBy && (sortBy in dataColumns) && dataColumns[sortBy].isSortable) ? sortBy : 'relationship_type',
orderMode: orderAsc ? 'asc' : 'desc',
filters: contextFilters,
fromTypes: stixCoreObjectTypes,
};

const {
Expand Down

0 comments on commit 11dac8f

Please sign in to comment.