We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2a4654 + d012fb3 commit fc46d27Copy full SHA for fc46d27
apps/frontend/components/common/file-upload.tsx
@@ -69,7 +69,7 @@ export default function FileUpload() {
69
});
70
clearErrors();
71
const encodedResumeId = encodeURIComponent(resumeId);
72
- window.location.href = `/jobs/upload?resume_id=${encodedResumeId}`;
+ window.location.href = `/jobs?resume_id=${encodedResumeId}`;
73
},
74
onUploadError: (file, errorMsg) => {
75
console.error('Upload error:', file, errorMsg);
0 commit comments