فهرست منبع

mutateChildren

Shun Miyazawa 4 سال پیش
والد
کامیت
f9e2be7456
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      packages/app/src/components/Sidebar/PageTree/Item.tsx

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

@@ -350,6 +350,8 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
         createFromPageTree: true,
       });
 
+      mutateChildren();
+
       toastSuccess(t('successfully_saved_the_page'));
     }
     catch (err) {