Add "description" column to <UsedInTable /> (#7912)
This commit is contained in:
parent
05e234fc49
commit
48ee876d79
|
|
@ -38,6 +38,11 @@ export function UsedInTable({
|
|||
sortable: false,
|
||||
title: t`IPN`
|
||||
},
|
||||
{
|
||||
accessor: 'part_detail.description',
|
||||
sortable: false,
|
||||
title: t`Description`
|
||||
},
|
||||
{
|
||||
accessor: 'sub_part',
|
||||
sortable: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue