Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
06107a03dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/components/PageDuplicateModal.tsx

+ 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') }