diff options
Diffstat (limited to 'catalog-ui')
-rw-r--r-- | catalog-ui/src/app/ng2/pages/properties-assignment/property-creator/property-creator.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/ng2/pages/properties-assignment/property-creator/property-creator.component.html b/catalog-ui/src/app/ng2/pages/properties-assignment/property-creator/property-creator.component.html index dcf3447723..df2136beec 100644 --- a/catalog-ui/src/app/ng2/pages/properties-assignment/property-creator/property-creator.component.html +++ b/catalog-ui/src/app/ng2/pages/properties-assignment/property-creator/property-creator.component.html @@ -24,6 +24,7 @@ <div class="i-sdc-form-item propertySchemaType" *ngIf="showSchema()"> <label class="i-sdc-form-label required">Schema Type</label> <ui-element-dropdown [testId]="'property-schema-type'" + data-tests-id="property-schema-type" class="cell link-selector" [values]="typesSchemaProperties" [(value)]="propertyModel.schema.property.type"></ui-element-dropdown> |