🐛 signed page

This commit is contained in:
Timur Ercan
2023-02-24 09:24:31 +01:00
parent ad33470281
commit c50a08e333

View File

@ -101,7 +101,7 @@ export async function getServerSideProps(context: any) {
return { return {
props: { props: {
document: recipient.Document, document: JSON.parse(JSON.stringify(recipient.Document)),
fields: fields, fields: fields,
}, },
}; };