kaori 3 лет назад
Родитель
Сommit
0dea65374a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/app/src/components/PageAlert/TrashPageAlert.tsx

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