diff --git a/src/app/shared/search-form/search-form.component.ts b/src/app/shared/search-form/search-form.component.ts index 4bfbf2b62b9982ddb3d0cc82eb61fd6a7f2c91a3..5402dd33903d79fd2dc89fcbcec0074de8d843af 100644 --- a/src/app/shared/search-form/search-form.component.ts +++ b/src/app/shared/search-form/search-form.component.ts @@ -63,7 +63,7 @@ export class SearchFormComponent implements OnInit { ; } - private isNotEmpty(object: any) { + isNotEmpty(object: any) { return isNotEmpty(object); }