Skip to content

Commit

Permalink
Fix Pool Search
Browse files Browse the repository at this point in the history
  • Loading branch information
xnoe authored and neobooru committed Feb 21, 2024
1 parent 190d795 commit d7394d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/js/controllers/pool_list_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ class PoolListController {
this._headerView.addEventListener(
"submit",
(e) => this._evtSubmit(e),
);
this._headerView.addEventListener(
"navigate",
(e) => this._evtNavigate(e)
);
Expand Down

0 comments on commit d7394d6

Please sign in to comment.