mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
🐛 signed page
This commit is contained in:
@ -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,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user