Skip to content

Commit 2d5489d

Browse files
authored
Update FilePicker.js (#1962)
1 parent 3f703c2 commit 2d5489d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/web/client/source/class/osparc/file/FilePicker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ qx.Class.define("osparc.file.FilePicker", {
111111
});
112112
control = new osparc.file.FileDownloadLink();
113113
groupBox.add(control);
114+
// SAn: Remove the following line as soon as the node-ports support the download link
115+
groupBox.exclude();
114116
this._add(groupBox);
115117
break;
116118
}

0 commit comments

Comments
 (0)