Skip to content

Commit abc24aa

Browse files
committed
minor
1 parent a17c7ab commit abc24aa

File tree

1 file changed

+3
-0
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+3
-0
lines changed

services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,9 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
334334
const cards = this._resourcesContainer.reloadCards("studies");
335335
this.__configureStudyCards(cards);
336336

337+
// they were removed in the above reloadCards
338+
this.__reloadFolders();
339+
337340
this.__addNewStudyButtons();
338341

339342
const loadMoreBtn = this.__createLoadMoreButton();

0 commit comments

Comments
 (0)