Browse Source

update name attr

ryoji-s 2 years ago
parent
commit
e5f7495f76
1 changed files with 2 additions and 2 deletions
  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}