Merge branch 'develop' of ssh://ognproject.evlt.uma.es:21987/opengnsys/oggui into develop

oggui/calendar
Manuel Aranda Rosales 2024-10-07 11:31:43 +02:00
commit b78be472e1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export class CreateTaskComponent implements OnInit {
@Inject(MAT_DIALOG_DATA) public data: any @Inject(MAT_DIALOG_DATA) public data: any
) { ) {
this.taskForm = this.fb.group({ this.taskForm = this.fb.group({
commandGroup: [''], commandGroup: ['', Validators.required],
extraCommands: [[]], extraCommands: [[]],
date: ['', Validators.required], date: ['', Validators.required],
time: ['', Validators.required], time: ['', Validators.required],