mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
feat: add envelope editor
This commit is contained in:
@ -36,6 +36,7 @@ export const createDocumentRoute = authenticatedProcedure
|
||||
const document = await createEnvelope({
|
||||
userId: user.id,
|
||||
teamId,
|
||||
internalVersion: 1,
|
||||
data: {
|
||||
type: EnvelopeType.DOCUMENT,
|
||||
title,
|
||||
|
||||
Reference in New Issue
Block a user