Skip to content

Commit

Permalink
Merge pull request #573 from parallaxinc/patch-ui_toolbar
Browse files Browse the repository at this point in the history
Rely on selected port to guide Load To button state.
  • Loading branch information
pjewald authored Apr 16, 2021
2 parents d36fcf1 + d0a2360 commit 2f9b088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/toolbar_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function propToolbarButtonController() {
clientService.type === serviceConnectionTypes.WS )) {
if (clientService.portsAvailable &&
clientService.portList.length > 0 &&
clientService.portList[0].length > 0) {
clientService.getSelectedPort().length > 0) {
if (isS3boardType) {
setS3UIButtonGroup();
} else {
Expand Down

0 comments on commit 2f9b088

Please sign in to comment.