Skip to content

Commit 443f98a

Browse files
committed
undo
1 parent 27b2737 commit 443f98a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/file/FilePicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ qx.Class.define("osparc.file.FilePicker", {
155155
const params = {
156156
url: {
157157
locationId: outValue.store,
158-
studyId: outValue.dataset
158+
datasetId: outValue.dataset
159159
}
160160
};
161161
osparc.data.Resources.fetch("storageFiles", "getByStudy", params)

services/static-webserver/client/source/class/osparc/store/Data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ qx.Class.define("osparc.store.Data", {
162162
const params = {
163163
url: {
164164
locationId,
165-
studyId: datasetId
165+
datasetId,
166166
}
167167
};
168168
osparc.data.Resources.fetch("storageFiles", "getByStudy", params)

0 commit comments

Comments
 (0)