Skip to content

Commit 25af415

Browse files
committed
minor
1 parent 975f47d commit 25af415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ qx.Class.define("osparc.desktop.organizations.OrganizationsList", {
180180
orgsModel.removeAll();
181181

182182
const useCache = false;
183-
osparc.data.Resources.get("organizations", null, useCache)
183+
osparc.data.Resources.get("organizations", {}, useCache)
184184
.then(async respOrgs => {
185185
const orgs = respOrgs["organizations"];
186186
const promises = await orgs.map(async org => {

0 commit comments

Comments
 (0)