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 427d751 commit 9f5b9a1Copy full SHA for 9f5b9a1
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