mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
fix: include all template meta in findTemplates
This commit is contained in:
@ -121,12 +121,7 @@ export const findTemplates = async ({
|
|||||||
},
|
},
|
||||||
Field: true,
|
Field: true,
|
||||||
Recipient: true,
|
Recipient: true,
|
||||||
templateMeta: {
|
templateMeta: true,
|
||||||
select: {
|
|
||||||
signingOrder: true,
|
|
||||||
distributionMethod: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
directLink: {
|
directLink: {
|
||||||
select: {
|
select: {
|
||||||
token: true,
|
token: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user