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