Skip to content

Commit fc46d27

Browse files
authored
Merge pull request #376 from JustinXre2020/bugfix_20250530
2 parents d2a4654 + d012fb3 commit fc46d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/components/common/file-upload.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function FileUpload() {
6969
});
7070
clearErrors();
7171
const encodedResumeId = encodeURIComponent(resumeId);
72-
window.location.href = `/jobs/upload?resume_id=${encodedResumeId}`;
72+
window.location.href = `/jobs?resume_id=${encodedResumeId}`;
7373
},
7474
onUploadError: (file, errorMsg) => {
7575
console.error('Upload error:', file, errorMsg);

0 commit comments

Comments
 (0)