소스 검색

rm optionalParentPath

Shun Miyazawa 2 년 전
부모
커밋
692a78903f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      apps/app/src/components/PageCreateModal.tsx

+ 0 - 1
apps/app/src/components/PageCreateModal.tsx

@@ -107,7 +107,6 @@ const PageCreateModal: React.FC = () => {
     return createAndTransit(
       {
         path: pageNameInput,
-        optionalParentPath: '/',
         wip: true,
         origin: Origin.View,
       },