We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9596adc commit baa4bf5Copy full SHA for baa4bf5
services/static-webserver/client/source/class/osparc/dashboard/CardBase.js
@@ -926,7 +926,7 @@ qx.Class.define("osparc.dashboard.CardBase", {
926
},
927
928
_filterTags: function(tags) {
929
- const checks = this.getTags().map(tag => tag.getId());
+ const checks = this.getTags().map(tag => tag.getTagId());
930
return this.self().filterTags(checks, tags);
931
932
0 commit comments