diff --git a/src/components/admin/download-clients/DownloadClientModal.tsx b/src/components/admin/download-clients/DownloadClientModal.tsx index 020d1d4..796abe6 100644 --- a/src/components/admin/download-clients/DownloadClientModal.tsx +++ b/src/components/admin/download-clients/DownloadClientModal.tsx @@ -286,7 +286,7 @@ export function DownloadClientModal({ remotePath: remotePathMappingEnabled ? remotePath : undefined, localPath: remotePathMappingEnabled ? localPath : undefined, category, - customPath: sanitizedCustomPath || undefined, + customPath: sanitizedCustomPath, postImportCategory, };