2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-13 14:11:37 +00:00

Tweak 'description' column for build table (#10218)

This commit is contained in:
Oliver
2025-08-25 15:16:08 +10:00
committed by GitHub
parent ea667c1f62
commit d6c7220419

View File

@@ -18,6 +18,7 @@ import {
BooleanColumn,
CreationDateColumn,
DateColumn,
DescriptionColumn,
PartColumn,
ProjectCodeColumn,
ReferenceColumn,
@@ -83,10 +84,10 @@ export function BuildOrderTable({
sortable: true,
defaultVisible: false
},
{
DescriptionColumn({
accessor: 'title',
sortable: false
},
}),
{
accessor: 'completed',
title: t`Completed`,