From 83746aa1301ad2830bf33190bee612a2519c7246 Mon Sep 17 00:00:00 2001 From: gillespi314 <73313222+gillespi314@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:17:37 -0500 Subject: [PATCH] Fix UI bug in host software table search (#12590) --- changes/issue-12589-host-details-software-search | 2 ++ frontend/pages/hosts/details/cards/Software/Software.tsx | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/issue-12589-host-details-software-search diff --git a/changes/issue-12589-host-details-software-search b/changes/issue-12589-host-details-software-search new file mode 100644 index 0000000000..fdbf0e75a2 --- /dev/null +++ b/changes/issue-12589-host-details-software-search @@ -0,0 +1,2 @@ +- Fixed UI bug on host details and device user pages that caused the software search to not work + properly when searching by CVE. diff --git a/frontend/pages/hosts/details/cards/Software/Software.tsx b/frontend/pages/hosts/details/cards/Software/Software.tsx index 6e5e16f40a..8fb3b7c1f7 100644 --- a/frontend/pages/hosts/details/cards/Software/Software.tsx +++ b/frontend/pages/hosts/details/cards/Software/Software.tsx @@ -248,7 +248,6 @@ const SoftwareTable = ({ isClientSidePagination onClientSidePaginationChange={onClientSidePaginationChange} isClientSideFilter - searchQueryColumn="name" disableMultiRowSelect={!deviceUser && !!router} // device user cannot view hosts by software onSelectSingleRow={handleRowSelect} />