fix: refactor

This commit is contained in:
David Nguyen
2024-05-01 21:40:16 +07:00
parent 91b4bb52b5
commit ec42fbcbcb
6 changed files with 99 additions and 38 deletions

View File

@ -103,6 +103,7 @@ export const AddTemplatePlaceholderRecipientsFormPartial = ({
appendSigner({
formId: nanoid(12),
name: `Recipient ${placeholderRecipientCount}`,
// Update TEMPLATE_RECIPIENT_PLACEHOLDER_REGEX if this is ever changed.
email: `recipient.${placeholderRecipientCount}@documenso.com`,
role: RecipientRole.SIGNER,
});