Support a custom yaml value in tosca function
[sdc.git] / catalog-ui / src / app / models / properties-inputs / input-fe-model.ts
index 347b8a1..bcdc95c 100644 (file)
@@ -83,7 +83,7 @@ export class InputFEModel extends InputBEModel {
     }
 
     public getDefaultValueObj(): any {
-        return PropertyFEModel.parseValueObj(this.defaultValue, this.type, this.derivedDataType);
+        return PropertyFEModel.parseValueObj(this.defaultValue, this.type, this.derivedDataType, this.isToscaFunction());
     }
 
     public resetDefaultValueObjValidation() {