2
0
Эх сурвалжийг харах

change isLatestRevision to optional

yohei0125 3 жил өмнө
parent
commit
61e3c64b2c

+ 1 - 1
packages/app/src/pages/[[...path]].page.tsx

@@ -76,7 +76,7 @@ type Props = CommonProps & {
   // redirectFrom?: string;
 
   // shareLinkId?: string;
-  isLatestRevision: boolean
+  isLatestRevision?: boolean
 
   isIdenticalPathPage?: boolean,
   isForbidden: boolean,