Fix Pool Search

This commit is contained in:
Xnoe 2023-12-15 01:27:45 +00:00
parent 190d795426
commit d54bf3822c
No known key found for this signature in database
GPG key ID: 45AC398F44F0DAFE

View file

@ -43,6 +43,8 @@ class PoolListController {
this._headerView.addEventListener(
"submit",
(e) => this._evtSubmit(e),
);
this._headerView.addEventListener(
"navigate",
(e) => this._evtNavigate(e)
);