Skip to content

Commit cc68f1f

Browse files
committed
use appropriate property for setting up order detail link
1 parent da098ff commit cc68f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/Application/src/app/views/orders/list/list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2>Order List</h2>
77
<ng-container matColumnDef="name">
88
<th mat-header-cell *matHeaderCellDef>Name</th>
99
<td mat-cell *matCellDef="let element">
10-
<a class="link" routerLink="/orders/detail/{{ element.key }}">
10+
<a class="link" routerLink="/orders/detail/{{ element.orderId }}">
1111
{{ element.orderName }}
1212
</a>
1313
</td>

0 commit comments

Comments
 (0)