Skip to content

Commit 7637521

Browse files
committed
minor
1 parent 6515bc4 commit 7637521

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
331331
}
332332
case osparc.dashboard.StudyBrowser.CONTEXT.FUNCTIONS: {
333333
const functions = resp["data"];
334-
functions.forEach(func => func["resourceType"] = "func");
334+
functions.forEach(func => func["resourceType"] = "function");
335335
this.__addResourcesToList(functions);
336336
break;
337337
}

0 commit comments

Comments
 (0)