Shun Miyazawa 4 lat temu
rodzic
commit
4b976f3a47

+ 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);