Skip to content

Commit

Permalink
fix: ajout du customref
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Aug 30, 2021
1 parent 4e27b67 commit e2d01d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export class UsagersFormComponent implements OnInit {
[Validators.required],
],
decision: [this.usager.decision, []],
customRef: [this.usager.customRef, []],
email: [this.usager.email, [Validators.email]],
etapeDemande: [this.usager.etapeDemande, []],
ref: [this.usager.ref, []],
Expand Down

0 comments on commit e2d01d8

Please sign in to comment.