refactor(FE-114): update flock accessor key in RecordingTable component

This commit is contained in:
rstubryan
2025-10-22 09:50:09 +07:00
parent a904c35b7f
commit b35d513e44
@@ -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',
}, },
{ {