Yuki Takei 4 lat temu
rodzic
commit
06107a03dd

+ 1 - 1
packages/app/src/components/PageDuplicateModal.tsx

@@ -224,7 +224,7 @@ const PageDuplicateModal = (): JSX.Element => {
                   id="cbDuplicatewithoutExistRecursively"
                   type="checkbox"
                   checked={isDuplicateRecursivelyWithoutExistPath}
-                  onChange={() => setIsDuplicateRecursivelyWithoutExistPath(!isDuplicateRecursively)}
+                  onChange={() => setIsDuplicateRecursivelyWithoutExistPath(!isDuplicateRecursivelyWithoutExistPath)}
                 />
                 <label className="custom-control-label" htmlFor="cbDuplicatewithoutExistRecursively">
                   { t('modal_duplicate.label.Duplicate without exist path') }