We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf23e8 commit 9e776b3Copy full SHA for 9e776b3
services/static-webserver/client/source/class/osparc/store/Data.js
@@ -77,7 +77,7 @@ qx.Class.define("osparc.store.Data", {
77
if (locationId in cache && cache[locationId] && cache[locationId].length) {
78
const data = {
79
location: locationId,
80
- datasets: cache[locationId]
+ items: cache[locationId]
81
};
82
return data;
83
}
0 commit comments