Skip to content

Commit

Permalink
[frontend] fix filters storage in Add entities panels (#6268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed Mar 4, 2024
1 parent 446d177 commit 7afd51e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const ContainerAddStixCoreObjects = (props) => {
return null;
};

const LOCAL_STORAGE_KEY = `container-${containerId}-add-objects`;
const LOCAL_STORAGE_KEY = `container-${containerId}-add-${targetStixCoreObjectTypes}`;
const { viewStorage, helpers, paginationOptions: addObjectsPaginationOptions } = usePaginationLocalStorage(
LOCAL_STORAGE_KEY,
{
Expand Down

0 comments on commit 7afd51e

Please sign in to comment.