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 e094738 commit 41fcd8eCopy full SHA for 41fcd8e
services/static-webserver/client/source/class/osparc/po/UsersPending.js
@@ -225,8 +225,8 @@ qx.Class.define("osparc.po.UsersPending", {
225
osparc.data.Resources.fetch("poUsers", "getReviewedUsers")
226
])
227
.then(resps => {
228
- const pendingUsers = resps[0]["data"];
229
- const reviewedUsers = resps[1]["data"];
+ const pendingUsers = resps[0];
+ const reviewedUsers = resps[1];
230
const pendingUsersLayout = this.getChildControl("pending-users-layout");
231
pendingUsersLayout.removeAll();
232
this.__addHeader();
0 commit comments