Skip to content

Commit 1b301c4

Browse files
committed
minor fix
1 parent 01f0943 commit 1b301c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/MainPageHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ qx.Class.define("osparc.desktop.MainPageHandler", {
116116
const inaccessibleServices = osparc.store.Services.getInaccessibleServices(studyData["workbench"])
117117
if (inaccessibleServices.length) {
118118
const msg = osparc.store.Services.getInaccessibleServicesMsg(inaccessibleServices, studyData["workbench"]);
119-
osparc.FlashMessenger.getInstance().logError(msg);
119+
osparc.FlashMessenger.logError(msg);
120120
this.showDashboard();
121121
return;
122122
}

0 commit comments

Comments
 (0)