Skip to content

Commit a533c0e

Browse files
committed
minor
1 parent a52f27b commit a533c0e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/account/ProfilePage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
277277
};
278278
osparc.data.Resources.fetch("profile", "patch", params)
279279
.then(() => {
280-
this.__setDataToPrivacy(Object.assign(this.__userPrivacyData, params.data));
280+
this.__setDataToPrivacy(Object.assign(this.__userPrivacyData, params.data["privacy"]));
281281
const msg = this.tr("Privacy updated");
282282
osparc.FlashMessenger.getInstance().logAs(msg, "INFO");
283283
})

0 commit comments

Comments
 (0)