Skip to content

Commit

Permalink
[frontend] same in investigationAddStixCoreObjects
Browse files Browse the repository at this point in the history
  • Loading branch information
frapuks committed Feb 28, 2024
1 parent 7a58a0c commit e4d1092
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const InvestigationAddStixCoreObjects = (props) => {
};
};

const keyword = mapping && searchTerm.length === 0 ? selectedText : searchTerm;
const keyword = mapping && searchTerm?.length === 0 ? selectedText : searchTerm;
const searchPaginationOptions = {
...addObjectsPaginationOptions,
search: keyword,
Expand Down

0 comments on commit e4d1092

Please sign in to comment.