Fix form bug

This commit is contained in:
Peter Maquiran
2021-07-08 11:38:04 +01:00
parent 11e379d651
commit 837c151316
@@ -203,7 +203,7 @@ export class ExpedientTaskModalPage implements OnInit {
// IsRecurring: new FormControl(this.postEvent.IsRecurring, [
// Validators.required
// ]),
participantes: new FormControl(this.taskParticipantsCc, [
participantes: new FormControl(this.taskParticipants, [
Validators.required
]),