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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

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`,