Fix unrelated bug with changing detail tab before tag loaded
This commit is contained in:
parent
bf9954152e
commit
728866672b
@ -45,7 +45,7 @@
|
||||
<small *ngIf="getSuggestions().length > 0">
|
||||
<span i18n>Suggestions:</span>
|
||||
<ng-container *ngFor="let tag of getSuggestions()">
|
||||
<a (click)="addTag(tag.id)" [routerLink]="[]">{{tag.name}}</a>
|
||||
<a (click)="addTag(tag.id)" [routerLink]="[]">{{tag?.name}}</a>
|
||||
</ng-container>
|
||||
</small>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user