Skip to content

Commit b18573f

Browse files
committed
minor
1 parent 492bc8d commit b18573f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
290290
this._resourcesList.push(study);
291291
}
292292
});
293-
this._reloadNewCards();
293+
this.__reloadNewCards();
294294

295295
studiesList.forEach(study => {
296296
const state = study["state"];
@@ -365,7 +365,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
365365
osparc.filter.UIFilterController.dispatch("searchBarFilter");
366366
},
367367

368-
_reloadNewCards: function() {
368+
__reloadNewCards: function() {
369369
this._resourcesContainer.setResourcesToList(this._resourcesList);
370370
const cards = this._resourcesContainer.reloadNewCards();
371371
this.__configureStudyCards(cards);

0 commit comments

Comments
 (0)