Skip to content

Commit

Permalink
[frontend] Observables exports list of containers should be independa…
Browse files Browse the repository at this point in the history
…nt (#8241)
  • Loading branch information
Archidoit committed Sep 19, 2024
1 parent cfc1f6f commit 05c29e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ ContainerStixCyberObservablesComponentProps
selectAll={selectAll}
iconExtension={true}
handleToggleExports={handleToggleExports}
exportContext={{ entity_type: 'Stix-Cyber-Observable' }}
exportContext={{ entity_id: container.id, entity_type: 'Stix-Cyber-Observable' }}
keyword={searchTerm}
openExports={openExports}
filters={filters}
Expand Down

0 comments on commit 05c29e0

Please sign in to comment.