diff --git a/ogWebconsole/src/app/components/commands/commands-task/create-task/create-task.component.ts b/ogWebconsole/src/app/components/commands/commands-task/create-task/create-task.component.ts index 9fb5bcf..d4b0307 100644 --- a/ogWebconsole/src/app/components/commands/commands-task/create-task/create-task.component.ts +++ b/ogWebconsole/src/app/components/commands/commands-task/create-task/create-task.component.ts @@ -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],