From a7be47332814710a35f1b163d6740aee3595a7dc Mon Sep 17 00:00:00 2001 From: Cathia Archidoit Date: Tue, 10 Sep 2024 11:38:41 +0200 Subject: [PATCH] [frontend] fix filters in Advanced Search --- opencti-platform/opencti-front/src/private/components/Search.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/opencti-platform/opencti-front/src/private/components/Search.tsx b/opencti-platform/opencti-front/src/private/components/Search.tsx index ccf6b5646a0f2..98f7ccf89499e 100644 --- a/opencti-platform/opencti-front/src/private/components/Search.tsx +++ b/opencti-platform/opencti-front/src/private/components/Search.tsx @@ -281,6 +281,7 @@ const Search = () => { lineFragment={searchLineFragment} preloadedPaginationProps={preloadedPaginationOptions} availableEntityTypes={['Stix-Core-Object']} + entityTypes={['Stix-Core-Object']} /> )}