Explorar el Código

update name attr

ryoji-s hace 2 años
padre
commit
05df89ed15
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      apps/app/src/components/PageRenameModal.tsx

+ 2 - 2
apps/app/src/components/PageRenameModal.tsx

@@ -255,7 +255,7 @@ const PageRenameModal = (): JSX.Element => {
             <div className="custom-control custom-radio custom-radio-warning">
             <div className="custom-control custom-radio custom-radio-warning">
               <input
               <input
                 className="custom-control-input"
                 className="custom-control-input"
-                name="recursively"
+                name="withoutExistRecursively"
                 id="cbRenameThisPageOnly"
                 id="cbRenameThisPageOnly"
                 type="radio"
                 type="radio"
                 checked={!isRenameRecursively}
                 checked={!isRenameRecursively}
@@ -268,7 +268,7 @@ const PageRenameModal = (): JSX.Element => {
             <div className="custom-control custom-radio custom-radio-warning mt-1">
             <div className="custom-control custom-radio custom-radio-warning mt-1">
               <input
               <input
                 className="custom-control-input"
                 className="custom-control-input"
-                name="withoutExistRecursively"
+                name="recursively"
                 id="cbForceRenameRecursively"
                 id="cbForceRenameRecursively"
                 type="radio"
                 type="radio"
                 checked={isRenameRecursively}
                 checked={isRenameRecursively}