feat: dialog to enter custom recipients for creating document from template

This commit is contained in:
Ephraim Atta-Duncan
2024-02-20 19:11:12 +00:00
parent 4d286e01d1
commit 6ee896048e
6 changed files with 270 additions and 53 deletions

View File

@ -38,6 +38,7 @@ export const findTemplates = async ({
include: {
templateDocumentData: true,
Field: true,
Recipient: true,
},
skip: Math.max(page - 1, 0) * perPage,
orderBy: {