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);
|
private readonly destroyRef = inject(DestroyRef);
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private tagService: TagService,
|
private readonly tagService: TagService,
|
||||||
private categoryService: CategoryService,
|
private readonly categoryService: CategoryService,
|
||||||
private sitesService: SitesService
|
private readonly sitesService: SitesService
|
||||||
) {
|
) {
|
||||||
this.options = new SearchFilterList<AutocompleteOption[]>();
|
this.options = new SearchFilterList<AutocompleteOption[]>();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user