Fixed new entrys automaticly getting marked

This commit is contained in:
Nicolai Ort 2020-07-11 09:56:22 +02:00
parent 077bd8fabc
commit d9fc38bae7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export abstract class TableComponentBase<
public sortBy: string;
public sortDescending = false;
public items: T[] = [];
public highlightId: number;
public highlightId: number = -1;
protected route: ActivatedRoute;
/**