Skip to content

Commit

Permalink
Update FilePicker.js (#1962)
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz authored Nov 16, 2020
1 parent 3f703c2 commit 2d5489d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/web/client/source/class/osparc/file/FilePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ qx.Class.define("osparc.file.FilePicker", {
});
control = new osparc.file.FileDownloadLink();
groupBox.add(control);
// SAn: Remove the following line as soon as the node-ports support the download link
groupBox.exclude();
this._add(groupBox);
break;
}
Expand Down

0 comments on commit 2d5489d

Please sign in to comment.