[ADF-3217] reset previous search settings (#3490)

* reset previous search settings

* unit test

* remove fit
This commit is contained in:
Denys Vuika
2018-06-15 14:51:26 +01:00
committed by Eugenio Romano
parent 1b049f468e
commit acf73fba54
3 changed files with 40 additions and 4 deletions

View File

@@ -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 {