Skip to content

Commit e80c14a

Browse files
committed
fix view to ensure project build
1 parent f55755d commit e80c14a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/app/components/transcribe/semantic/add-relationship/add-relationship.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ <h6 class="primary-color-text m-b-5" style="font-weight: bold;">¿Cómo se relac
5555
<app-search-input #searchRelationInput
5656
[placeholder]="'Ingrese el nombre de una relación'"
5757
[itemIcon]="'semantic-web'"
58-
[autocomplete]="true"
59-
[flatStyle]="flatStyle"
58+
[autocomplete]="true"
6059
(onClear)="onClearRelationSearch()"
6160
(onFetch)="searchRelationships($event)"
6261
(itemChange)="itemRelationChange($event)"

src/app/components/transcribe/semantic/semantic-form/steps/select-properties/select-properties.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h5 class="primary-color-text">{{relationship.type | ontology_type}}</h5>
154154
</tr>
155155
</thead>
156156
<tbody>
157-
<tr *ngFor="let prop of properties | filterlist:'label':searchTextFilter:'includes'">
157+
<tr *ngFor="let prop of properties | filterlist:'label':searchText:'includes'">
158158
<td>{{prop.label}}</td>
159159
<td>
160160
<mz-select-container *ngIf="prop.types.length>1" (click)="$event.stopPropagation()">

0 commit comments

Comments
 (0)