This commit is contained in:
jonaswinkler 2020-11-30 16:19:32 +01:00
parent b03d4c7646
commit f156f05b37

View File

@ -58,7 +58,7 @@ export class SearchComponent implements OnInit {
}, error => {
this.searching = false
this.resultCount = 1
this.page_count = 1
this.pageCount = 1
this.results = []
this.errorMessage = error.error
})