Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Oct 21, 2024
1 parent a17c7ab commit abc24aa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
const cards = this._resourcesContainer.reloadCards("studies");
this.__configureStudyCards(cards);

// they were removed in the above reloadCards
this.__reloadFolders();

this.__addNewStudyButtons();

const loadMoreBtn = this.__createLoadMoreButton();
Expand Down

0 comments on commit abc24aa

Please sign in to comment.