Skip to content

Commit 3226918

Browse files
committed
fix
1 parent b6f512d commit 3226918

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/desktop/organizations

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ qx.Class.define("osparc.desktop.organizations.ServicesList", {
8888
item.addListener("openMoreInfo", e => {
8989
const serviceKey = e.getData()["key"];
9090
const serviceVersion = e.getData()["version"];
91-
osparc.store.Store.getService(serviceKey, serviceVersion)
91+
osparc.store.Services.getService(serviceKey, serviceVersion)
9292
.then(serviceData => {
9393
if (serviceData) {
9494
serviceData["resourceType"] = "service";

0 commit comments

Comments
 (0)