diff --git a/src/frontend/src/tables/part/PartCategoryTable.tsx b/src/frontend/src/tables/part/PartCategoryTable.tsx index a3fa0e9036..15abbf8390 100644 --- a/src/frontend/src/tables/part/PartCategoryTable.tsx +++ b/src/frontend/src/tables/part/PartCategoryTable.tsx @@ -60,7 +60,7 @@ export function PartCategoryTable({ parentId }: Readonly<{ parentId?: any }>) { DescriptionColumn({}), { accessor: 'pathstring', - sortable: false + sortable: true }, { accessor: 'structural',