fix
This commit is contained in:
parent
5f92ca7461
commit
c7de536d5c
@ -46,7 +46,7 @@ export class EmployeeListComponent implements OnInit{
|
||||
private readonly deleteDialogue: MatDialog = inject(MatDialog);
|
||||
|
||||
private static readonly MAX_RETRIES = 3;
|
||||
public employees$: Observable<Employee[]>;
|
||||
public employees$: Observable<Employee[]> = of([]);
|
||||
public readonly displayedColumns: string[] = ['name', 'actions'];
|
||||
|
||||
public ngOnInit(): void {
|
||||
|
Reference in New Issue
Block a user