Fleet UI: Refactor client filtered counts for cleaner rendering (#19689)

This commit is contained in:
RachelElysia
2024-06-14 13:12:56 -04:00
committed by GitHub
parent 21207dab81
commit 35a467b7e0
25 changed files with 173 additions and 269 deletions
@@ -76,7 +76,6 @@ const TargetsInput = ({
columnConfigs={searchResultsTableConfig}
data={dropdownHosts}
isLoading={isTargetsLoading}
resultsTitle=""
emptyComponent={() => (
<div className="empty-search">
<div className="empty-search__inner">
@@ -107,7 +106,6 @@ const TargetsInput = ({
columnConfigs={selectedHostsTableConifg}
data={targetedHosts}
isLoading={false}
resultsTitle=""
showMarkAllPages={false}
isAllPagesSelected={false}
disableCount