Skip to content

Commit 7afd51e

Browse files
committed
[frontend] fix filters storage in Add entities panels (#6268)
1 parent 446d177 commit 7afd51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencti-platform/opencti-front/src/private/components/common/containers/ContainerAddStixCoreObjects.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const ContainerAddStixCoreObjects = (props) => {
133133
return null;
134134
};
135135

136-
const LOCAL_STORAGE_KEY = `container-${containerId}-add-objects`;
136+
const LOCAL_STORAGE_KEY = `container-${containerId}-add-${targetStixCoreObjectTypes}`;
137137
const { viewStorage, helpers, paginationOptions: addObjectsPaginationOptions } = usePaginationLocalStorage(
138138
LOCAL_STORAGE_KEY,
139139
{

0 commit comments

Comments
 (0)