organization onboarding list, edit case changes
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
</tr>
|
||||
} @else
|
||||
{
|
||||
@for (row of rows(); track row['id']; let rowIndex = $index) {
|
||||
@for (row of rows(); track row['id'] ?? $index; let rowIndex = $index) {
|
||||
<tr [class]="getRowClass(row, $index)" (click)="onRowClick(row)">
|
||||
@for (column of columns(); track column.key) {
|
||||
<td [class]="getCellClass(column)">
|
||||
|
||||
Reference in New Issue
Block a user