minor changes

This commit is contained in:
Maria Teresa Paratore 2023-09-08 14:13:13 +02:00
parent a9570f76fc
commit 7bb80f7701
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export class DynTabComponent implements OnInit {
ngOnInit(): void {
this.myContextService.getData().subscribe(res => {
this.nestedContexts = res;
//TODO: IMPORTARE LA RADICE COME UN PARAMETRO INIETTATO DA PARENT
//inizializzo il contesto alla radice
this.myCtx = this.nestedContexts[0];
});