From 364f2b048b6edf7f4fee5d4a32c1384e62d23cf8 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 21 Mar 2024 17:00:30 -0400 Subject: [PATCH] fix: wrong accessorKey --- app/routes/file-manager/columns.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/file-manager/columns.tsx b/app/routes/file-manager/columns.tsx index 4812ccb..5bd1aa0 100644 --- a/app/routes/file-manager/columns.tsx +++ b/app/routes/file-manager/columns.tsx @@ -57,7 +57,7 @@ export const columns: ColumnDef[] = [ header: "Size", }, { - accessorKey: "pinnedOn", + accessorKey: "pinned", size: 200, header: "Pinned On", cell: ({ row }) => (