yohei0125 4 лет назад
Родитель
Сommit
beb9aeb484
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/server/crowi/index.js

+ 1 - 1
packages/app/src/server/crowi/index.js

@@ -684,7 +684,7 @@ Crowi.prototype.setupPageService = async function() {
     // TODO: Remove this code when resuming feature is implemented
     await this.pageOperationService.init();
   }
-  // await this.pageService.restartPageRenameOperation(); // this should be removed later
+  await this.pageService.restartPageRenameOperation(); // this should be removed
 };
 
 Crowi.prototype.setupInAppNotificationService = async function() {