From b52c3fd8eb0f4bbb696b1e2420598103105af437 Mon Sep 17 00:00:00 2001 From: Lotte Hofstede <lotte_hofstede@hotmail.com> Date: Wed, 20 Sep 2017 09:27:02 +0200 Subject: [PATCH] 44024: AoT fix --- src/app/shared/search-form/search-form.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/search-form/search-form.component.ts b/src/app/shared/search-form/search-form.component.ts index 4bfbf2b62b..5402dd3390 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); } -- GitLab