diff options
Diffstat (limited to 'client/src/app/search')
-rw-r--r-- | client/src/app/search/search-filters.component.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/src/app/search/search-filters.component.ts b/client/src/app/search/search-filters.component.ts index f2f001e3f..8d7f84ac1 100644 --- a/client/src/app/search/search-filters.component.ts +++ b/client/src/app/search/search-filters.component.ts | |||
@@ -31,11 +31,6 @@ export class SearchFiltersComponent implements OnInit { | |||
31 | 31 | ||
32 | constructor ( | 32 | constructor ( |
33 | private i18n: I18n, | 33 | private i18n: I18n, |
34 | private route: ActivatedRoute, | ||
35 | private metaService: MetaService, | ||
36 | private redirectService: RedirectService, | ||
37 | private notificationsService: NotificationsService, | ||
38 | private searchService: SearchService, | ||
39 | private serverService: ServerService | 34 | private serverService: ServerService |
40 | ) { | 35 | ) { |
41 | this.publishedDateRanges = [ | 36 | this.publishedDateRanges = [ |