diff options
Diffstat (limited to 'usecaseui-portal/src/app/components')
-rw-r--r-- | usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts index f478c699..02d6229b 100644 --- a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts +++ b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts @@ -169,7 +169,7 @@ export class E2eCreationComponent implements OnInit { this.service.parameters.resources.push(nsService); }) - this.e2eCloseCreate.emit(this.service); + this.e2eCloseCreate.emit({service:this.service}); }else if(type == "ns"){ //create ns instance |