diff options
-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(); |