IO-244 IOU Bug Fixes

This commit is contained in:
Patrick Fic
2021-12-14 09:48:11 -08:00
parent 273456d1fd
commit 91e70750d6
3 changed files with 10 additions and 12 deletions

View File

@@ -428,7 +428,7 @@ export function JobLinesComponent({
>
{t("joblines.actions.new")}
</Button>
<JobCreateIOU jobid={job.id} selectedJobLines={selectedLines} />
<JobCreateIOU job={job} selectedJobLines={selectedLines} />
<Input.Search
placeholder={t("general.labels.search")}
onChange={(e) => {