uncoment the form verification of attendes

This commit is contained in:
Eudes Inácio
2024-06-12 15:22:38 +01:00
parent 732644ea41
commit 6434459824
@@ -414,7 +414,7 @@ export class NewEventPage implements OnInit {
Validators.required Validators.required
]), */ ]), */
participantes: new FormControl(this.taskParticipants, [ participantes: new FormControl(this.taskParticipants, [
// Validators.required Validators.required
]), ]),
Date: new FormControl(new Date(this.postEvent.StartDate).getTime() < new Date(this.postEvent.EndDate).getTime() ? 'ok' : null, [ Date: new FormControl(new Date(this.postEvent.StartDate).getTime() < new Date(this.postEvent.EndDate).getTime() ? 'ok' : null, [
Validators.required Validators.required