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