Skip to content

Commit

Permalink
minors
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Aug 8, 2023
1 parent 8fc816d commit 4cb3c86
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ qx.Class.define("osparc.desktop.wallets.WalletDetails", {

__updateWallet: function(win, button, walletEditor) {
const walletId = walletEditor.getWalletId();
const name = walletEditor.getLabel();
const name = walletEditor.getName();
const description = walletEditor.getDescription();
const thumbnail = walletEditor.getThumbnail();
const params = {
Expand All @@ -129,9 +129,8 @@ qx.Class.define("osparc.desktop.wallets.WalletDetails", {
osparc.store.Store.getInstance().invalidate("wallets");
const store = osparc.store.Store.getInstance();
store.reloadWallets();
// OM: Check this
this.__walletModel.set({
label: name,
name: name,
description: description,
thumbnail: thumbnail || null
});
Expand Down

0 comments on commit 4cb3c86

Please sign in to comment.