Chore: Moved from Untyped to Stongly Typed forms.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<!-- Type Column -->
|
||||
<ng-container matColumnDef="type">
|
||||
<mat-header-cell *matHeaderCellDef mat-sort-header>Type</mat-header-cell>
|
||||
<mat-cell *matCellDef="let row">{{ row.type }}</mat-cell>
|
||||
<mat-cell *matCellDef="let row">{{ row.type.name }}</mat-cell>
|
||||
</ng-container>
|
||||
|
||||
<!-- Is Active? Column -->
|
||||
|
||||
Reference in New Issue
Block a user