From 615b15a15ded1c428798a3b5411ba9613eb0baf1 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Thu, 9 Jun 2022 21:33:35 +0100 Subject: Fix TOSCA function persistent not found message Fixes input/property not found message that remains on the TOSCA function modal even after the TOSCA function dropdown is changed. Change-Id: I6d8c622c462a33786847b857186dae2ba213354e Issue-ID: SDC-4042 Signed-off-by: andre.schmid --- .../properties-assignment/tosca-function/tosca-function.component.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'catalog-ui/src/app/ng2/pages') diff --git a/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.component.ts b/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.component.ts index e44c29fc5c..2d03732723 100644 --- a/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.component.ts +++ b/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.component.ts @@ -164,6 +164,7 @@ export class ToscaFunctionComponent implements OnInit { onToscaFunctionChange(): void { this.resetPropertySource(); + this.resetPropertyDropdown(); if (this.isGetInputSelected()) { this.setSelfPropertySource(); this.loadPropertyDropdown(); -- cgit 1.2.3-korg