feat: dialog to enter custom recipients for creating document from template
This commit is contained in:
@@ -52,6 +52,7 @@ export const templateRouter = router({
|
||||
return await createDocumentFromTemplate({
|
||||
templateId,
|
||||
userId: ctx.user.id,
|
||||
recipients: input.recipients,
|
||||
});
|
||||
} catch (err) {
|
||||
throw new TRPCError({
|
||||
|
||||
Reference in New Issue
Block a user