Skip to content

Commit

Permalink
[frontend] Fix available entity types in container lines (#6196)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelHassine authored and Archidoit committed Jun 3, 2024
1 parent d43657a commit 677bf9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ ContainerStixCyberObservablesComponentProps
openExports={openExports}
filters={filters}
paginationOptions={queryPaginationOptions}
availableEntityTypes={['Stix-Cyber-Observable']}
>
{queryRef && (
<React.Suspense
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ const ContainerStixDomainObjects = ({
secondaryAction={true}
numberOfElements={numberOfElements}
paginationOptions={queryPaginationOptions}
availableEntityTypes={['Stix-Domain-Object']}
>
{queryRef && (
<React.Suspense
Expand Down

0 comments on commit 677bf9d

Please sign in to comment.