fix: wrong accessorKey
This commit is contained in:
parent
4619f9709c
commit
364f2b048b
|
@ -57,7 +57,7 @@ export const columns: ColumnDef<FileItem>[] = [
|
||||||
header: "Size",
|
header: "Size",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessorKey: "pinnedOn",
|
accessorKey: "pinned",
|
||||||
size: 200,
|
size: 200,
|
||||||
header: "Pinned On",
|
header: "Pinned On",
|
||||||
cell: ({ row }) => (
|
cell: ({ row }) => (
|
||||||
|
|
Loading…
Reference in New Issue