Merge branch 'main' into feat/typeInDeletion

This commit is contained in:
Lucas Smith
2024-03-11 12:19:10 +11:00
committed by GitHub
15 changed files with 109 additions and 89 deletions

View File

@ -82,6 +82,7 @@ export const DocumentsDataTable = ({
header: 'Status',
accessorKey: 'status',
cell: ({ row }) => <DocumentStatus status={row.getValue('status')} />,
size: 140,
},
{
header: 'Actions',