2
0
kaori 4 жил өмнө
parent
commit
bacb89688e

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

@@ -122,6 +122,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
   const [isNewPageInputShown, setNewPageInputShown] = useState(false);
   const [shouldHide, setShouldHide] = useState(false);
   const [isDraggable, setIsDraggable] = useState(false);
+  // const [isRenameInputShown, setRenameInputShown] = useState(false);
 
   const { data, mutate: mutateChildren } = useSWRxPageChildren(isOpen ? page._id : null);