Added copy from job to ccc IO-565

This commit is contained in:
Patrick Fic
2021-02-04 18:35:14 -08:00
parent ef03a6cd42
commit 69ac212f0c
8 changed files with 121 additions and 3 deletions

View File

@@ -25,7 +25,11 @@ export default function ContractCreatePageComponent({
<ContractJobsContainer selectedJobState={selectedJobState} />
<ContractCarsContainer selectedCarState={selectedCarState} form={form} />
<ContractLicenseDecodeButton form={form} />
<ContractFormComponent create form={form} />
<ContractFormComponent
create
form={form}
selectedJobState={selectedJobState}
/>
{CreateButton}
</div>
);