🐛 date parse or similar

This commit is contained in:
Timur Ercan
2023-02-24 15:59:19 +01:00
parent 03ea5ab891
commit 12f39a1769

View File

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