mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 17:51:49 +10:00
added fixed width for status col
This commit is contained in:
@ -72,6 +72,7 @@ export const DocumentsDataTable = ({ results }: DocumentsDataTableProps) => {
|
||||
header: 'Status',
|
||||
accessorKey: 'status',
|
||||
cell: ({ row }) => <DocumentStatus status={row.getValue('status')} />,
|
||||
size: 140,
|
||||
},
|
||||
{
|
||||
header: 'Actions',
|
||||
|
||||
Reference in New Issue
Block a user