2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-13 06:01:35 +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, BooleanColumn,
CreationDateColumn, CreationDateColumn,
DateColumn, DateColumn,
DescriptionColumn,
PartColumn, PartColumn,
ProjectCodeColumn, ProjectCodeColumn,
ReferenceColumn, ReferenceColumn,
@@ -83,10 +84,10 @@ export function BuildOrderTable({
sortable: true, sortable: true,
defaultVisible: false defaultVisible: false
}, },
{ DescriptionColumn({
accessor: 'title', accessor: 'title',
sortable: false sortable: false
}, }),
{ {
accessor: 'completed', accessor: 'completed',
title: t`Completed`, title: t`Completed`,