mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
[MNT-24388] fix sonar issues
This commit is contained in:
@@ -56,9 +56,9 @@ export class SearchFilterAutocompleteChipsComponent implements SearchWidget, OnI
|
||||
private readonly destroyRef = inject(DestroyRef);
|
||||
|
||||
constructor(
|
||||
private tagService: TagService,
|
||||
private categoryService: CategoryService,
|
||||
private sitesService: SitesService
|
||||
private readonly tagService: TagService,
|
||||
private readonly categoryService: CategoryService,
|
||||
private readonly sitesService: SitesService
|
||||
) {
|
||||
this.options = new SearchFilterList<AutocompleteOption[]>();
|
||||
}
|
||||
|
Reference in New Issue
Block a user