Skip to content

Commit 9e776b3

Browse files
odeimaizmrnicegyu11
authored andcommitted
🐛 [Frontend] Bugfix: getDatasetsByLocationCached (ITISFoundation#7310)
1 parent 6cf23e8 commit 9e776b3

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)