Skip to content
Snippets Groups Projects
Commit 78aeb54b authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3114 make method public

parent 5505c49b
Branches
Tags
No related merge requests found
...@@ -149,7 +149,7 @@ export class VorgangSearchFormService implements OnDestroy { ...@@ -149,7 +149,7 @@ export class VorgangSearchFormService implements OnDestroy {
return isEmpty(value) ? null : value; return isEmpty(value) ? null : value;
} }
setSearchValue(value: string): void { public setSearchValue(value: string): void {
this.form.controls[this.SEARCH_FIELD].setValue(value); this.form.controls[this.SEARCH_FIELD].setValue(value);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment