mirror of
https://github.com/documenso/documenso.git
synced 2025-11-27 14:59:10 +10:00
fix: refactor prisma relations (#1581)
This commit is contained in:
@@ -116,7 +116,7 @@ export const TemplatePageViewDocumentsTable = ({
|
||||
accessorKey: 'recipient',
|
||||
cell: ({ row }) => (
|
||||
<StackAvatarsWithTooltip
|
||||
recipients={row.original.Recipient}
|
||||
recipients={row.original.recipients}
|
||||
documentStatus={row.original.status}
|
||||
/>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user