diff --git a/apps/web/pages/documents/[id]/signed.tsx b/apps/web/pages/documents/[id]/signed.tsx index e64013764..ab1b2406b 100644 --- a/apps/web/pages/documents/[id]/signed.tsx +++ b/apps/web/pages/documents/[id]/signed.tsx @@ -102,7 +102,7 @@ export async function getServerSideProps(context: any) { return { props: { document: JSON.parse(JSON.stringify(recipient.Document)), - fields: fields, + fields: JSON.parse(JSON.stringify(fields)), }, }; }