fix error form

This commit is contained in:
Peter Maquiran
2023-02-23 18:03:22 +01:00
parent 854fa7f85e
commit 6e87ecd7ed
3 changed files with 33 additions and 31 deletions
@@ -184,11 +184,11 @@ export class DocumentSetUpMeetingPage implements OnInit {
this.Form = new FormGroup({
Subject: new FormControl(this.postData.Subject, [
// Validators.required,
Validators.required,
// Validators.minLength(4)
]),
Location: new FormControl(this.postData.Location, [
// Validators.required,
Validators.required,
]),
CalendarName: new FormControl(this.postData.CalendarName, [
// Validators.required