Add revision to "Used In" table (#9626)
This commit is contained in:
parent
22b6dcd6cc
commit
6837381101
|
|
@ -38,6 +38,11 @@ export function UsedInTable({
|
|||
sortable: false,
|
||||
title: t`IPN`
|
||||
},
|
||||
{
|
||||
accessor: 'part_detail.revision',
|
||||
title: t`Revision`,
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
accessor: 'part_detail.description',
|
||||
sortable: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue