Skip to content

Commit 80640d8

Browse files
authored
Merge branch 'master' into pr-osparc-user-service-permissions-override
2 parents c9e6268 + 9f5b9a1 commit 80640d8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ qx.Class.define("osparc.store.Data", {
7777
if (locationId in cache && cache[locationId] && cache[locationId].length) {
7878
const data = {
7979
location: locationId,
80-
datasets: cache[locationId]
80+
items: cache[locationId]
8181
};
8282
return data;
8383
}

0 commit comments

Comments
 (0)