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