2
0
yohei0125 3 жил өмнө
parent
commit
0dbd7ae01f

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

@@ -259,6 +259,7 @@ async function injectPageInformation(context: GetServerSidePropsContext, props:
   // Todo: should check if the specified revisionId actually exist in DB.
   // if true, replacing page.revision with old revision should be done when populating Revision
   const isSpecifiedRevisionExist = true; // dummy
+
   if(revisionId == null || isSpecifiedRevisionExist ) {
     props.isLatestRevision = true;
   }