Shun Miyazawa 4 년 전
부모
커밋
4a68e56a3f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

+ 1 - 1
packages/app/src/components/Sidebar/PageTree/Item.tsx

@@ -164,7 +164,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
   //     return;
   //   }
 
-  //   const parentPath = nodePath.dirname(page.path as string);
+  //   const parentPath = getParentPagePath(page.path)
   //   const newPagePath = `${parentPath}/${inputText}`;
 
   //   try {