refs #798 Add validation for commandGroup field in CreateTaskComponent

oggui/calendar
Alvaro Puente Mella 2024-10-04 14:11:51 +02:00
parent 664091136d
commit 002c24bdd5
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
) {
this.taskForm = this.fb.group({
commandGroup: [''],
commandGroup: ['', Validators.required],
extraCommands: [[]],
date: ['', Validators.required],
time: ['', Validators.required],