mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Add new field
This commit is contained in:
@@ -187,6 +187,9 @@ export class CreateProcessPage implements OnInit {
|
||||
participantes: new FormControl(this.taskParticipantsCc.concat(this.taskParticipants), [
|
||||
// Validators.required
|
||||
]),
|
||||
selectedTypes: new FormControl(this.selectedTypes, [
|
||||
Validators.required,
|
||||
]),
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user