Fix UI bug in host software table search (#12590)

This commit is contained in:
gillespi314 2023-06-30 10:17:37 -05:00 committed by GitHub
parent 0ce66b952d
commit 83746aa130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -248,7 +248,6 @@ const SoftwareTable = ({
isClientSidePagination
onClientSidePaginationChange={onClientSidePaginationChange}
isClientSideFilter
searchQueryColumn="name"
disableMultiRowSelect={!deviceUser && !!router} // device user cannot view hosts by software
onSelectSingleRow={handleRowSelect}
/>