Skip to content

Commit

Permalink
Fix template of rowexpanddoc.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hugograf authored Nov 14, 2023
1 parent 4f03bbf commit e4f6754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/table/rowexpanddoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import { ProductService } from '../../service/productservice';
<tr>
<td>{{ order.id }}</td>
<td>{{ order.customer }}</td>
<td>{{ order.id }}</td>
<td>{{ order.date }}</td>
<td>{{ order.amount | currency : 'USD' }}</td>
<td>
<p-tag [value]="order.status" [severity]="getStatusSeverity(order.status)"></p-tag>
Expand Down

0 comments on commit e4f6754

Please sign in to comment.