Skip to content

Commit 9009a38

Browse files
committed
minor
1 parent 555b108 commit 9009a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/study/StudyOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ qx.Class.define("osparc.study.StudyOptions", {
283283

284284
__evaluateOpenButton: function() {
285285
const hasTitle = Boolean(this.getChildControl("title-field").getValue());
286-
const walletSelected = Boolean(this.getChildControl("wallet-selector").getSelection());
286+
const walletSelected = Boolean(this.getChildControl("wallet-selector").getSelection().length);
287287
this.getChildControl("open-button").setEnabled(hasTitle && walletSelected);
288288
},
289289

0 commit comments

Comments
 (0)