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

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

@@ -272,6 +272,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
 
     try {
       await apiv3Post('/pages/', body);
+      mutateChildren();
     }
     catch (err) {
       toastError(err);