diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts index c52a2b7..2dfa493 100644 --- a/src/app/home/home.component.ts +++ b/src/app/home/home.component.ts @@ -163,6 +163,7 @@ export class HomeComponent implements OnInit, OnDestroy { index_id: this.fb.control(this.stakeholder.index_id, Validators.required), index_shortName: this.fb.control(this.stakeholder.index_shortName, Validators.required), isDefaultProfile: this.fb.control(this.stakeholder.isDefaultProfile), + creationDate: this.fb.control(this.stakeholder.creationDate), alias: this.fb.control(this.stakeholder.alias, [ Validators.required,