🧹🚧DOC-97 DOC-19

This commit is contained in:
Timur Ercan
2023-02-21 11:19:31 +01:00
parent f3e083e991
commit 2176511ef7
7 changed files with 16 additions and 22 deletions

View File

@ -9,7 +9,6 @@ import { DocumentStatus } from "@prisma/client";
import {
InformationCircleIcon,
PaperAirplaneIcon,
UserPlusIcon,
UsersIcon,
} from "@heroicons/react/24/outline";
import { getDocument } from "@documenso/lib/query";
@ -126,7 +125,7 @@ export async function getServerSideProps(context: any) {
return {
props: {
document: document,
document: JSON.parse(JSON.stringify(document)),
},
};
} catch (error) {