diff --git a/services/static-webserver/client/source/class/osparc/store/Data.js b/services/static-webserver/client/source/class/osparc/store/Data.js index 92f66acc1e2b..caec58f79464 100644 --- a/services/static-webserver/client/source/class/osparc/store/Data.js +++ b/services/static-webserver/client/source/class/osparc/store/Data.js @@ -77,7 +77,7 @@ qx.Class.define("osparc.store.Data", { if (locationId in cache && cache[locationId] && cache[locationId].length) { const data = { location: locationId, - datasets: cache[locationId] + items: cache[locationId] }; return data; }