diff --git a/frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx b/frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx index 98116ba0d6..87fb0f3c45 100644 --- a/frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx +++ b/frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx @@ -1095,7 +1095,6 @@ const ManageHostsPage = ({ query: searchQuery, status, labelId: selectedLabel?.id, - currentTeam: teamIdForApi, policyId, policyResponse, softwareId, diff --git a/frontend/services/entities/hosts.ts b/frontend/services/entities/hosts.ts index ea78bc2a08..b29e4b0d69 100644 --- a/frontend/services/entities/hosts.ts +++ b/frontend/services/entities/hosts.ts @@ -197,7 +197,6 @@ export default { query, status, labelId, - currentTeam, policyId, policyResponse, softwareId, @@ -236,7 +235,7 @@ export default { mdm_id: mdmId, mdm_enrollment_status: mdmEnrollmentStatus, munki_issue_id: munkiIssueId, - low_disk_space_host: lowDiskSpaceHosts, + low_disk_space: lowDiskSpaceHosts, os_settings: osSettings, os_settings_disk_encryption: diskEncryptionStatus, vulnerability, @@ -459,7 +458,7 @@ export default { mdm_id: mdmId, mdm_enrollment_status: mdmEnrollmentStatus, munki_issue_id: munkiIssueId, - low_disk_space_host: lowDiskSpaceHosts, + low_disk_space: lowDiskSpaceHosts, os_settings: osSettings, os_settings_disk_encryption: diskEncryptionStatus, vulnerability,