Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Oct 14, 2024
1 parent 5a53b19 commit efa824c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ qx.Class.define("osparc.dashboard.SearchBarFilter", {
this.__hideFilterMenu();
}
}, this);
textField.addListener("changeValue", () => this.__filter(), this);

const resetButton = this.getChildControl("reset-button");
resetButton.addListener("execute", () => this.__resetFilters(), this);
Expand Down

0 comments on commit efa824c

Please sign in to comment.