Fleet UI: Remove unintended broken sort on type column (#31264)

This commit is contained in:
RachelElysia 2025-07-28 09:08:34 -04:00 committed by GitHub
parent 22147a5b46
commit 80b4c34a52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View file

@ -0,0 +1 @@
* Fleet UI: Removed unintended broken sort on Fleet Desktop > Software > type column

View file

@ -72,10 +72,8 @@ export const generateSoftwareTableHeaders = (): ISoftwareTableConfig[] => {
},
},
{
Header: (cellProps: ITableHeaderProps) => (
<HeaderCell value="Type" isSortedDesc={cellProps.column.isSortedDesc} />
),
disableSortBy: false,
Header: "Type",
disableSortBy: true,
disableGlobalFilter: true,
accessor: "source",
Cell: (cellProps: ITableStringCellProps) => (