Explorar el Código

remove commentout

keigo-h hace 3 años
padre
commit
b614c5a4e8
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      packages/app/src/components/SearchPage2/SearchPageBase.tsx

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

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