Merge branch 'master' into List-of-debug-events

This commit is contained in:
Piotr Pekala 2019-08-06 07:05:28 -07:00
commit 6d965e5773

View File

@ -20,7 +20,7 @@ export class TemplateListDialogComponent implements OnInit {
dataSource: TemplateDataSource;
displayedColumns = ['name'];
@ViewChild('filter', {static: false}) filter: ElementRef;
@ViewChild('filter', {static: true}) filter: ElementRef;
constructor(
public dialogRef: MatDialogRef<TemplateListDialogComponent>,