2
0
keigo-h 3 жил өмнө
parent
commit
b614c5a4e8

+ 0 - 2
packages/app/src/components/SearchPage2/SearchPageBase.tsx

@@ -255,8 +255,6 @@ export const usePageDeleteModalForBulkDeletion = (
 
 
     openDeleteModal(selectedPages, {
     openDeleteModal(selectedPages, {
       onDeleted: (...args) => {
       onDeleted: (...args) => {
-        // ここにargs[2]が存在しなかった際の条件分岐を記述
-        // descendantPagelistと同様の処理を記述
         const path = args[0];
         const path = args[0];
         const isCompletely = args[2];
         const isCompletely = args[2];
         if (path == null || isCompletely == null) {
         if (path == null || isCompletely == null) {