Fix various bugs related to tosca custom functions
[sdc.git] / catalog-ui / src / app / ng2 / pages / properties-assignment / tosca-function / tosca-custom-function / tosca-custom-function.component.ts
index 35f1649..ad72ada 100644 (file)
@@ -80,7 +80,7 @@ export class ToscaCustomFunctionComponent implements OnInit {
             this.parameters = [];
         }
         this.fillVariables();
-        if (this.name && this.isDefaultCustomFunction) {
+        if (this.name) {
             this.customFunctionFormName.setValue(this.name);
             this.emitOnValidityChange();
         } else {