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 555b108 commit 9009a38Copy full SHA for 9009a38
services/static-webserver/client/source/class/osparc/study/StudyOptions.js
@@ -283,7 +283,7 @@ qx.Class.define("osparc.study.StudyOptions", {
283
284
__evaluateOpenButton: function() {
285
const hasTitle = Boolean(this.getChildControl("title-field").getValue());
286
- const walletSelected = Boolean(this.getChildControl("wallet-selector").getSelection());
+ const walletSelected = Boolean(this.getChildControl("wallet-selector").getSelection().length);
287
this.getChildControl("open-button").setEnabled(hasTitle && walletSelected);
288
},
289
0 commit comments