We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b60ca commit e521c8bCopy full SHA for e521c8b
packages/ui-core/shared/src/lib/table-components/employee-with-links/employee-with-links.component.ts
@@ -12,7 +12,7 @@ export class EmployeeWithLinksComponent implements OnInit {
12
@Input() rowData: any;
13
@Input() value: any;
14
15
- displayedEmployees: any[] = [];
+ displayedEmployees: IEmployee[] = [];
16
maxDisplay = 5;
17
remainingCount = 0;
18
@@ -23,7 +23,7 @@ export class EmployeeWithLinksComponent implements OnInit {
23
}
24
25
/**
26
- * Initializes the employees array with a single group of visible employees (max 3)
+ * Initializes the employees array with a single group of visible employees (max 5)
27
* and calculates remaining count.
28
*
29
* @return {void} This function does not return anything.
0 commit comments