mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 10:42:01 +10:00
fix: additional backwards compat
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user