Shun Miyazawa пре 4 година
родитељ
комит
865b48cd68
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/app/src/components/Sidebar/PageTree/Item.tsx

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

@@ -268,6 +268,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
       return;
     }
 
+    // TODO 88261: Get the isEnabledAttachTitleHeader by SWR
     // const initBody = '';
     // const { isEnabledAttachTitleHeader } = props.appContainer.getConfig();
     // if (isEnabledAttachTitleHeader) {