aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/search
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/search')
-rw-r--r--client/src/app/search/search.component.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/search/search.component.ts b/client/src/app/search/search.component.ts
index 55637771e..691e57619 100644
--- a/client/src/app/search/search.component.ts
+++ b/client/src/app/search/search.component.ts
@@ -79,6 +79,8 @@ export class SearchComponent implements OnInit, OnDestroy {
79 79
80 err => this.notifier.error(err.text) 80 err => this.notifier.error(err.text)
81 ) 81 )
82
83 this.hooks.runAction('action:search.init')
82 } 84 }
83 85
84 ngOnDestroy () { 86 ngOnDestroy () {