Variable name change.

This commit is contained in:
damian
2023-06-09 16:44:29 +02:00
parent 388c08b9a1
commit 8cc96060ff
5 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
<span *ngIf="linkType == linkTypes.None" class="lead">
{{object.name}}
</span>
<span *ngIf="object.archivedItems" class="archived-items-lead">[{{object.archivedItems}}]<span>
<span *ngIf="object.archivedItemsCount" class="archived-items-lead">[{{object.archivedItemsCount}}]<span>
<div *ngIf="object.shortDescription" class="text-muted abstract-text">
{{object.shortDescription}}
</div>