Skip to content

Commit b7b0eaf

Browse files
committed
minor fix
1 parent d12b498 commit b7b0eaf

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ qx.Class.define("osparc.store.Functions", {
175175
removeCollaborator: function(functionData, gid) {
176176
const params = {
177177
url: {
178-
"studyId": functionData["uuid"],
178+
"functionId": functionData["uuid"],
179179
"gId": gid
180180
}
181181
};

0 commit comments

Comments
 (0)