Skip to content

Commit baa4bf5

Browse files
committed
minor fix
1 parent 9596adc commit baa4bf5

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/CardBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ qx.Class.define("osparc.dashboard.CardBase", {
926926
},
927927

928928
_filterTags: function(tags) {
929-
const checks = this.getTags().map(tag => tag.getId());
929+
const checks = this.getTags().map(tag => tag.getTagId());
930930
return this.self().filterTags(checks, tags);
931931
},
932932

0 commit comments

Comments
 (0)