kaori 3 lat temu
rodzic
commit
0dea65374a

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

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