fix(email): share application context

This commit is contained in:
cesnimda
2026-08-10 09:36:11 +02:00
parent 75bf14417c
commit ff547df175
4 changed files with 48 additions and 19 deletions
@@ -919,7 +919,7 @@ export default function JobDetailsDialog({ open, jobId, onClose, initialTab = 0,
</Box>
)}
{tab === 1 && jobId && <Correspondence jobId={jobId} job={job} />}
{tab === 1 && jobId && <Correspondence jobId={jobId} jobContext={{ companyName: job?.company?.name, recruiterEmail: job?.company?.recruiterEmail, jobTitle: job?.jobTitle }} />}
{tab === 2 && jobId && <Attachments jobId={jobId} />}
{tab === 3 && (