Skip to content

Commit

Permalink
[frontend] added missing exportContext in global search (#8421)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyCloarec committed Sep 19, 2024
1 parent 5a24ef2 commit c129af0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ const Search = () => {
toolbarFilters={contextFilters}
lineFragment={searchLineFragment}
preloadedPaginationProps={preloadedPaginationOptions}
exportContext={{ entity_type: 'Stix-Core-Object' }}
availableEntityTypes={['Stix-Core-Object']}
entityTypes={['Stix-Core-Object']}
/>
Expand Down

0 comments on commit c129af0

Please sign in to comment.