We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28256a7 commit bfa71e4Copy full SHA for bfa71e4
services/static-webserver/client/source/class/osparc/dashboard/Dashboard.js
@@ -181,8 +181,7 @@ qx.Class.define("osparc.dashboard.Dashboard", {
181
const preResourcePromises = [];
182
const groupsStore = osparc.store.Groups.getInstance();
183
preResourcePromises.push(groupsStore.fetchGroupsAndMembers());
184
- // OM here
185
- // preResourcePromises.push(osparc.store.Services.getServicesLatest(false));
+ preResourcePromises.push(osparc.store.Services.getServicesLatest(false));
186
Promise.all(preResourcePromises)
187
.then(() => {
188
[
0 commit comments