Skip to content

Commit 7b68666

Browse files
committed
faster
1 parent 49234f5 commit 7b68666

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/file

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ qx.Class.define("osparc.file.FilesTree", {
181181
return dataStore.getItemsByLocationAndPath(locationId, path)
182182
.then(items => {
183183
if (items.length) {
184-
const studyName = items[0]["display_path"].split("/")[0]
185-
this.__resetTree(studyName);
184+
const studyName = items[0]["display_path"].split("/")[0];
185+
studyModel.setLabel(studyName);
186186
}
187187
this.__itemsToTree(locationId, path, items, studyModel);
188188

0 commit comments

Comments
 (0)