mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-20 05:27:56 +00:00
Merge branch 'master' into List-of-debug-events
This commit is contained in:
commit
6d965e5773
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user