Skip to content

Commit

Permalink
fix: list title no longer clickable (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy authored Nov 13, 2024
1 parent 7aa5231 commit 07a9f63
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@
<div class="data-list-items p-3">
<div class="item-name-row flex flex-row justify-content-between">
<div class="item-name mr-3 text-2xl font-medium align-content-center">
<a *ngIf="titleLineId" [routerLink]="" (click)="onViewRow(item)"
>{{ resolveFieldData(item, titleLineId) || '' }}</a
>
<span *ngIf="titleLineId">{{ resolveFieldData(item, titleLineId) || '' }}</span>
</div>
<div class="flex flex-row">
<ng-container
Expand Down

0 comments on commit 07a9f63

Please sign in to comment.