Skip to content

Commit 9d1439b

Browse files
committed
minor
1 parent 9557ba0 commit 9d1439b

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
677677
});
678678

679679
const tagsStore = osparc.store.Tags.getInstance();
680-
tagsStore.addListener("tagsChanged", e => {
680+
tagsStore.addListener("tagsChanged", () => {
681681
this.invalidateStudies();
682682
this.__reloadStudies();
683683
}, this);

0 commit comments

Comments
 (0)