fix: additional backwards compat

This commit is contained in:
David Nguyen
2025-10-14 15:47:02 +11:00
parent 0eef4cd7e6
commit 304c519c30
13 changed files with 9 additions and 24 deletions

View File

@ -252,7 +252,7 @@ export const createEnvelope = async ({
visibility,
folderId,
formValues,
source: type === EnvelopeType.DOCUMENT ? DocumentSource.DOCUMENT : DocumentSource.NONE,
source: type === EnvelopeType.DOCUMENT ? DocumentSource.DOCUMENT : DocumentSource.TEMPLATE,
documentMetaId: documentMeta.id,
// Template specific fields.