소스 검색

add a comment

kaori 3 년 전
부모
커밋
2ae5a34bd7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/app/src/pages/admin/[[...path]].page.tsx

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

@@ -171,6 +171,7 @@ const AdminMarkdownSettingsPage: NextPage<Props> = (props: Props) => {
   /*
   * Create unstated container instances
   */
+  //  Except Security
   const adminAppContainer = new AdminAppContainer();
   const adminImportContainer = new AdminImportContainer();
   const adminHomeContainer = new AdminHomeContainer();