mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
updated to the latest 9.x version
This commit is contained in:
@@ -22,7 +22,7 @@ export class SearchNavbarComponent {
|
||||
isExpanded = 'collapsed';
|
||||
|
||||
// Search input field
|
||||
@ViewChild('searchInput', {static: false}) searchField: ElementRef;
|
||||
@ViewChild('searchInput') searchField: ElementRef;
|
||||
|
||||
constructor(private formBuilder: FormBuilder, private router: Router, private searchService: SearchService) {
|
||||
this.searchForm = this.formBuilder.group(({
|
||||
|
Reference in New Issue
Block a user