From c50a08e3338eca234203d9bbdd26f9eb5d418e06 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Fri, 24 Feb 2023 09:24:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20signed=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/pages/documents/[id]/signed.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/documents/[id]/signed.tsx b/apps/web/pages/documents/[id]/signed.tsx index cddef496e..e64013764 100644 --- a/apps/web/pages/documents/[id]/signed.tsx +++ b/apps/web/pages/documents/[id]/signed.tsx @@ -101,7 +101,7 @@ export async function getServerSideProps(context: any) { return { props: { - document: recipient.Document, + document: JSON.parse(JSON.stringify(recipient.Document)), fields: fields, }, };