diff options
Diffstat (limited to 'client/src/app/shared/search')
-rw-r--r-- | client/src/app/shared/search/search.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/search/search.component.ts b/client/src/app/shared/search/search.component.ts index 2f89d83bf..9218850ed 100644 --- a/client/src/app/shared/search/search.component.ts +++ b/client/src/app/shared/search/search.component.ts | |||
@@ -52,7 +52,7 @@ export class SearchComponent implements OnInit { | |||
52 | 52 | ||
53 | this.searchCriterias.field = choice; | 53 | this.searchCriterias.field = choice; |
54 | 54 | ||
55 | if (this.searchCriterias.value !== '') { | 55 | if (this.searchCriterias.value) { |
56 | this.doSearch(); | 56 | this.doSearch(); |
57 | } | 57 | } |
58 | } | 58 | } |