You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/components/transcribe/semantic/search-semantic-relationship/search-semantic-relationship.component.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ <h6 class="primary-color-text text-align center">No hay relaciones a mostrar</h
Copy file name to clipboardExpand all lines: src/app/components/transcribe/semantic/search-semantic-relationship/search-semantic-relationship.component.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ export class SearchSemanticRelationshipComponent implements OnInit {
Copy file name to clipboardExpand all lines: src/app/components/transcribe/semantic/search-semantic-relationship/show-relationship-item/show-relationship-item.component.ts
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ export class ShowRelationshipItemComponent implements OnInit {
17
17
@Input()publicsemanticItem=null;
18
18
@Input()publiconlyShow=false;
19
19
@Input()publicisPreviousSave=true;
20
+
@Input()publiclayerid=null;
20
21
@Input()showheader=true;
21
22
@Output()publicfinished=newEventEmitter<any>();
22
23
type:string;
@@ -34,6 +35,7 @@ export class ShowRelationshipItemComponent implements OnInit {
34
35
/**el type puede contener url, estamos manejando prefix asi que sanitisamos por las dudas */
0 commit comments