aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/models
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/models')
-rw-r--r--catalog-ui/src/app/models/tosca-get-function.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/src/app/models/tosca-get-function.ts b/catalog-ui/src/app/models/tosca-get-function.ts
index 6d5642eaf1..97497fc948 100644
--- a/catalog-ui/src/app/models/tosca-get-function.ts
+++ b/catalog-ui/src/app/models/tosca-get-function.ts
@@ -31,7 +31,7 @@ export class ToscaGetFunction {
functionType: ToscaGetFunctionType;
propertyPathFromSource: Array<string>;
- constructor(toscaGetFunction: ToscaGetFunction) {
+ constructor(toscaGetFunction?: ToscaGetFunction) {
if (!toscaGetFunction) {
return;
}