diff options
Diffstat (limited to 'catalog-ui/src')
-rw-r--r-- | catalog-ui/src/app/models/attributes-outputs/attribute-be-model.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/catalog-ui/src/app/models/attributes-outputs/attribute-be-model.ts b/catalog-ui/src/app/models/attributes-outputs/attribute-be-model.ts index e06a807264..6af23a55ae 100644 --- a/catalog-ui/src/app/models/attributes-outputs/attribute-be-model.ts +++ b/catalog-ui/src/app/models/attributes-outputs/attribute-be-model.ts @@ -34,7 +34,6 @@ export class AttributeBEModel { constraints: any[]; defaultValue: string; - definition: boolean; description: string; fromDerived: boolean; getOutputValues: AttributeOutputDetail[]; @@ -69,7 +68,6 @@ export class AttributeBEModel { this.type = attribute.type; this.uniqueId = attribute.uniqueId; this.value = attribute.value; - this.definition = attribute.definition; this.getOutputValues = attribute.getOutputValues; this.parentAttributeType = attribute.parentAttributeType; this.subAttributeOutputPath = attribute.subAttributeOutputPath; |