File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/static-webserver/client/source/class/osparc/dashboard Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments