mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 21:15:41 +00:00
[PUI] Column Refactoring (#7242)
* Refactor column helpers * Make reference column switchable in BomTable * Make 'accessor' a required field againt * Update props * Fix c0d3
This commit is contained in:
@ -187,7 +187,7 @@ export default function StockItemTestResultTable({
|
||||
render: (record: any) =>
|
||||
record.attachment && <AttachmentLink attachment={record.attachment} />
|
||||
},
|
||||
NoteColumn(),
|
||||
NoteColumn({}),
|
||||
DateColumn({}),
|
||||
{
|
||||
accessor: 'user',
|
||||
|
Reference in New Issue
Block a user