Skip to content

Commit

Permalink
fix: list title no longer clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed Nov 12, 2024
1 parent 82719b7 commit 6ce971d
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 6ce971d

Please sign in to comment.