Skip to content

Commit 14dfb67

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/dashboard/SearchBarFilter.js
Co-authored-by: Copilot <[email protected]>
1 parent 02a0703 commit 14dfb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/SearchBarFilter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ qx.Class.define("osparc.dashboard.SearchBarFilter", {
369369
return;
370370
}
371371
const chip = this.self().createChip(type, id, label);
372-
chip.addListener("execute", () => this.__removeChip(chipType, chipId), this);
372+
chip.addListener("execute", () => this.__removeChip(type, id), this);
373373
activeFilter.add(chip);
374374
this.__filter();
375375
},

0 commit comments

Comments
 (0)