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:
@ -42,7 +42,13 @@ export const getMultiSignDocumentRoute = procedure
|
||||
// Transform fields to match our schema
|
||||
const transformedFields = fields.map((field) => ({
|
||||
...field,
|
||||
recipient,
|
||||
recipient: {
|
||||
...recipient,
|
||||
documentId: document.id,
|
||||
templateId: null,
|
||||
},
|
||||
documentId: document.id,
|
||||
templateId: null,
|
||||
}));
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user