Skip to content

Commit fc07155

Browse files
committed
minor
1 parent 220d6b6 commit fc07155

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/store/Store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ qx.Class.define("osparc.store.Store", {
618618
__getOrgClassifiers: function(orgId, useCache = false) {
619619
const params = {
620620
url: {
621-
"gid": orgId
621+
"gid": parseInt(orgId)
622622
}
623623
};
624624
return osparc.data.Resources.get("classifiers", params, useCache);

0 commit comments

Comments
 (0)