Skip to content

Commit e521c8b

Browse files
feedback integration
1 parent e4b60ca commit e521c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ui-core/shared/src/lib/table-components/employee-with-links/employee-with-links.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class EmployeeWithLinksComponent implements OnInit {
1212
@Input() rowData: any;
1313
@Input() value: any;
1414

15-
displayedEmployees: any[] = [];
15+
displayedEmployees: IEmployee[] = [];
1616
maxDisplay = 5;
1717
remainingCount = 0;
1818

@@ -23,7 +23,7 @@ export class EmployeeWithLinksComponent implements OnInit {
2323
}
2424

2525
/**
26-
* Initializes the employees array with a single group of visible employees (max 3)
26+
* Initializes the employees array with a single group of visible employees (max 5)
2727
* and calculates remaining count.
2828
*
2929
* @return {void} This function does not return anything.

0 commit comments

Comments
 (0)