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:
@@ -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`,
|
||||
|
Reference in New Issue
Block a user