diff --git a/src/frontend/src/tables/bom/BomTable.tsx b/src/frontend/src/tables/bom/BomTable.tsx index 9fb5642c88..665510d65a 100644 --- a/src/frontend/src/tables/bom/BomTable.tsx +++ b/src/frontend/src/tables/bom/BomTable.tsx @@ -83,7 +83,7 @@ export function BomTable({ const tableColumns: TableColumn[] = useMemo(() => { return [ { - accessor: 'part', + accessor: 'sub_part', switchable: false, sortable: true, render: (record) => {