diff options
author | andre.schmid <andre.schmid@est.tech> | 2022-06-09 21:33:35 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-06-11 19:12:50 +0000 |
commit | 615b15a15ded1c428798a3b5411ba9613eb0baf1 (patch) | |
tree | b4a8acf927181a2ed4bf81d5300180e9cb14da9e | |
parent | 101e0a83d8a6b4690dafe72543b245e25af9255a (diff) |
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 <andre.schmid@est.tech>
-rw-r--r-- | catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |