mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3217] reset previous search settings (#3490)
* reset previous search settings * unit test * remove fit
This commit is contained in:
committed by
Eugenio Romano
parent
1b049f468e
commit
acf73fba54
@@ -26,7 +26,7 @@ import { Subscription } from 'rxjs/Subscription';
|
||||
selector: 'app-search-result-component',
|
||||
templateUrl: './search-result.component.html',
|
||||
styleUrls: ['./search-result.component.scss'],
|
||||
providers: [SearchService]
|
||||
providers: [SearchService, SearchQueryBuilderService]
|
||||
})
|
||||
export class SearchResultComponent implements OnInit, OnDestroy {
|
||||
|
||||
|
Reference in New Issue
Block a user