Przeglądaj źródła

change isLatestRevision to optional

yohei0125 3 lat temu
rodzic
commit
61e3c64b2c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/app/src/pages/[[...path]].page.tsx

+ 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,