From 7bb80f77012b19646963b1e0221e572f50c01d69 Mon Sep 17 00:00:00 2001 From: mariateresa Date: Fri, 8 Sep 2023 14:13:13 +0200 Subject: [PATCH] minor changes --- src/main/webapp/app/dyn-tab/dyn-tab.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/app/dyn-tab/dyn-tab.component.ts b/src/main/webapp/app/dyn-tab/dyn-tab.component.ts index 1eed491..854aca8 100644 --- a/src/main/webapp/app/dyn-tab/dyn-tab.component.ts +++ b/src/main/webapp/app/dyn-tab/dyn-tab.component.ts @@ -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]; });