many fixes

This commit is contained in:
2026-07-03 11:18:40 +07:00
parent d909618ced
commit 79fd200e57
12 changed files with 348 additions and 18 deletions
@@ -63,6 +63,7 @@ export function FolderMappingModal({ open, srcFolders, dstFolders, initialMappin
<span className="map-arrow"></span>
<select
className="map-select"
aria-label={`Destination folder for ${src}`}
value={val}
onChange={(e) => setChoice((c) => ({ ...c, [src]: e.target.value }))}
>