diff options
Diffstat (limited to 'client/src/app/+search')
-rw-r--r-- | client/src/app/+search/search.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+search/search.component.ts b/client/src/app/+search/search.component.ts index 62b1c4446..366fbd459 100644 --- a/client/src/app/+search/search.component.ts +++ b/client/src/app/+search/search.component.ts | |||
@@ -98,7 +98,7 @@ export class SearchComponent implements OnInit, OnDestroy { | |||
98 | this.search() | 98 | this.search() |
99 | }, | 99 | }, |
100 | 100 | ||
101 | error: err => this.notifier.error(err.text) | 101 | error: err => this.notifier.error(err.message) |
102 | }) | 102 | }) |
103 | 103 | ||
104 | this.userService.getAnonymousOrLoggedUser() | 104 | this.userService.getAnonymousOrLoggedUser() |