Skip to content

Commit b4a59aa

Browse files
committed
fix
1 parent 3c59733 commit b4a59aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ qx.Class.define("osparc.dashboard.ResourceDetails", {
5959
case "hypertool":
6060
// when getting the latest study data, the debt information was lost
6161
if (osparc.study.Utils.isInDebt(this.__resourceData)) {
62-
const mainStore = qx.store.Store.getInstance();
62+
const mainStore = osparc.store.Store.getInstance();
6363
this.__resourceData["debt"] = mainStore.getStudyDebt(this.__resourceData["uuid"]);
6464
}
6565
osparc.store.Services.getStudyServicesMetadata(latestResourceData)

0 commit comments

Comments
 (0)