Sfoglia il codice sorgente

Merge pull request #7686 from weseek/fix/122711-122829-page-rename-modal-name-attr

fix: Update name attribute of PageRenameModal.tsx
Yuki Takei 2 anni fa
parent
commit
8ac241174c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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">
               <input
                 className="custom-control-input"
-                name="recursively"
+                name="withoutExistRecursively"
                 id="cbRenameThisPageOnly"
                 type="radio"
                 checked={!isRenameRecursively}
@@ -268,7 +268,7 @@ const PageRenameModal = (): JSX.Element => {
             <div className="custom-control custom-radio custom-radio-warning mt-1">
               <input
                 className="custom-control-input"
-                name="withoutExistRecursively"
+                name="recursively"
                 id="cbForceRenameRecursively"
                 type="radio"
                 checked={isRenameRecursively}