Skip to content
Snippets Groups Projects
Commit d3b175a7 authored by Maxime MAKHLOUFI's avatar Maxime MAKHLOUFI Committed by Gaëlle FOURNIER
Browse files

19715 - Probative value creation - Fix access contract form control

parent b5a689d3
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ export class ProbativeValueCreateComponent implements OnInit {
this.form = this.formBuilder.group({
unitId: [null, Validators.required],
accessContract: this.accessContractSelect,
usage: [null, Validators.required],
version: [null, Validators.required]
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment