diff --git a/changes/30746-remove-unintended-broken-sort b/changes/30746-remove-unintended-broken-sort new file mode 100644 index 0000000000..e9c9fc18a8 --- /dev/null +++ b/changes/30746-remove-unintended-broken-sort @@ -0,0 +1 @@ +* Fleet UI: Removed unintended broken sort on Fleet Desktop > Software > type column \ No newline at end of file diff --git a/frontend/pages/hosts/details/cards/Software/DeviceSoftwareTableConfig.tsx b/frontend/pages/hosts/details/cards/Software/DeviceSoftwareTableConfig.tsx index ca63a88235..aa782a649f 100644 --- a/frontend/pages/hosts/details/cards/Software/DeviceSoftwareTableConfig.tsx +++ b/frontend/pages/hosts/details/cards/Software/DeviceSoftwareTableConfig.tsx @@ -72,10 +72,8 @@ export const generateSoftwareTableHeaders = (): ISoftwareTableConfig[] => { }, }, { - Header: (cellProps: ITableHeaderProps) => ( - - ), - disableSortBy: false, + Header: "Type", + disableSortBy: true, disableGlobalFilter: true, accessor: "source", Cell: (cellProps: ITableStringCellProps) => (