Browse Source

add reference

kaori 3 năm trước cách đây
mục cha
commit
0dea65374a

+ 1 - 0
packages/app/src/components/PageAlert/TrashPageAlert.tsx

@@ -44,6 +44,7 @@ export const TrashPageAlert = (): JSX.Element => {
     }
     }
     const putBackedHandler = () => {
     const putBackedHandler = () => {
       // Do not use "router.push(path)" to avoid Err"
       // Do not use "router.push(path)" to avoid Err"
+      // See: https://github.com/weseek/growi/pull/7054
       router.reload();
       router.reload();
     };
     };
     openPutBackPageModal({ pageId, path: pagePath }, { onPutBacked: putBackedHandler });
     openPutBackPageModal({ pageId, path: pagePath }, { onPutBacked: putBackedHandler });