Shun Miyazawa 4 lat temu
rodzic
commit
bfab9b6fef

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

@@ -208,6 +208,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
     const parentPath = pathUtils.addTrailingSlash(page.path as string);
     const newPagePath = `${parentPath}${inputText}`;
     console.log(newPagePath);
+    // TODO: https://redmine.weseek.co.jp/issues/87943
   };
 
   const inputValidator = (title: string | null): AlertInfo | null => {