Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
b1fcb0670a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      packages/app/src/components/Sidebar/PageTree/Item.tsx

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

@@ -366,6 +366,9 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
     catch (err) {
       toastError(err);
     }
+    finally {
+      setCreating(false);
+    }
   };
 
   const inputValidator = (title: string | null): AlertInfo | null => {