Skip to content

Commit 55cd314

Browse files
committed
minor
1 parent 016ef38 commit 55cd314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/share/Collaborators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ qx.Class.define("osparc.share.Collaborators", {
415415
const allGroups = groupsStore.getAllGroups();
416416
const usersStore = osparc.store.Users.getInstance();
417417
for (let i=0; i<Object.keys(accessRights).length; i++) {
418-
const gid = Object.keys(accessRights)[i];
418+
const gid = parseInt(Object.keys(accessRights)[i]);
419419
let collab = null;
420420
if (gid in allGroups) {
421421
collab = allGroups[gid];

0 commit comments

Comments
 (0)