IO-1756 Include documents when sending job notes.

This commit is contained in:
Patrick Fic
2022-03-02 14:36:19 -08:00
parent 3e121a1a25
commit c0220f0ca2

View File

@@ -124,7 +124,7 @@ export function JobNotesComponent({
messageObject={{ messageObject={{
subject: Templates.individual_job_note.subject, subject: Templates.individual_job_note.subject,
}} }}
id={record.id} id={jobId}
/> />
</Space> </Space>
), ),