deleted default query on item index

This commit is contained in:
Gerard 2019-03-08 07:52:43 +01:00
parent af960e5f5f
commit 7d8879a979
1 changed files with 0 additions and 5 deletions

View File

@ -18,11 +18,6 @@ class Controller {
this.filter = {hasVisible: true, isActive: true};
}
$postLink() {
if (this.filter)
this.onSearch(this.filter);
}
stopEvent(event) {
event.preventDefault();
event.stopImmediatePropagation();