mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 14:55:44 +00:00
refactor(FE-114): update flock accessor key in RecordingTable component
This commit is contained in:
@@ -383,7 +383,7 @@ const RecordingTable = () => {
|
|||||||
cell: (props) => pageSize * (page - 1) + props.row.index + 1,
|
cell: (props) => pageSize * (page - 1) + props.row.index + 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessorKey: 'flock.flock.name',
|
accessorKey: 'flock.name',
|
||||||
header: 'Flock',
|
header: 'Flock',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user