'e.g. Applying for Company XYZ, please help me to review!';
'e.g. Applying for Company XYZ, please help me to review!';
constADDITIONAL_INFO_PLACEHOLDER=`e.g. I’m applying for company XYZ. I have been resume-rejected by N companies that I have applied for. Please help me to review so company XYZ gives me an interview!`;
constADDITIONAL_INFO_PLACEHOLDER=`e.g. I’m applying for company XYZ. I have been resume-rejected by N companies that I have applied for. Please help me to review so company XYZ gives me an interview!`;
@ -13,7 +16,7 @@ const FILE_UPLOAD_ERROR = 'Please upload a PDF file that is less than 10MB.';
constMAX_FILE_SIZE_LIMIT=10485760;
constMAX_FILE_SIZE_LIMIT=10485760;
typeIFormInput={
typeIFormInput={
additionalInformation?: string;
additionalInfo?: string;
experience: string;
experience: string;
file: File;
file: File;
location: string;
location: string;
@ -68,6 +71,9 @@ export default function SubmitResumeForm() {