mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
refactor: remove node-fetch dependency and use native fetch API (#12097)
This commit is contained in:
+3
-3
@@ -35,11 +35,11 @@ export class SearchChipListComponent {
|
||||
facetFiltersService = inject(SearchFacetFiltersService);
|
||||
|
||||
/**
|
||||
* Search filter to supply the data for the chips.
|
||||
* Not required from 4.5.0 and later versions @deprecated
|
||||
* @deprecated Search filter to supply the data for the chips.
|
||||
* Not required from 4.5.0 and later versions
|
||||
*/
|
||||
@Input()
|
||||
searchFilter: SearchFilterComponent;
|
||||
searchFilter: SearchFilterComponent | undefined;
|
||||
|
||||
/** Flag used to enable the display of a clear-all-filters button. */
|
||||
@Input()
|
||||
|
||||
Reference in New Issue
Block a user