Complete S01 Gmail matching and import workflow

This commit is contained in:
2026-03-24 10:06:50 +01:00
parent 92ccf47446
commit 3e5f796326
13 changed files with 1043 additions and 105 deletions
@@ -357,7 +357,7 @@ export default function JobDetailsDialog({ open, jobId, onClose, initialTab = 0,
</Box>
)}
{tab === 1 && jobId && <Correspondence jobId={jobId} />}
{tab === 1 && jobId && <Correspondence jobId={jobId} job={job} />}
{tab === 2 && jobId && <Attachments jobId={jobId} />}
{tab === 3 && (