mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
chore: add flock name in ClosingsTable
This commit is contained in:
@@ -104,6 +104,10 @@ const ClosingsTable = () => {
|
|||||||
header: '#',
|
header: '#',
|
||||||
cell: (props) => props.row.index + 1,
|
cell: (props) => props.row.index + 1,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
accessorKey: 'project_name',
|
||||||
|
header: 'Flock',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
accessorKey: 'location_name',
|
accessorKey: 'location_name',
|
||||||
header: 'Lokasi',
|
header: 'Lokasi',
|
||||||
|
|||||||
Reference in New Issue
Block a user