Browse Source

rm optionalParentPath

Shun Miyazawa 2 years ago
parent
commit
692a78903f
1 changed files with 0 additions and 1 deletions
  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,
       },