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

+ 0 - 2
packages/app/src/components/PageDeleteModal.tsx

@@ -67,8 +67,6 @@ const PageDeleteModal: FC<Props> = (props: Props) => {
 
     if (pagesDataToDelete?.pages != null && (pagesDataToDelete.pages.length > 0)) {
       try {
-        // control flag
-        // If is it not true, Request value must be `null`.
         const recursively = isDeleteRecursively === true ? true : undefined;
         const completely = isDeleteCompletely === true ? true : undefined;