We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d36fcf1 + d0a2360 commit 2f9b088Copy full SHA for 2f9b088
src/modules/toolbar_controller.js
@@ -75,7 +75,7 @@ export function propToolbarButtonController() {
75
clientService.type === serviceConnectionTypes.WS )) {
76
if (clientService.portsAvailable &&
77
clientService.portList.length > 0 &&
78
- clientService.portList[0].length > 0) {
+ clientService.getSelectedPort().length > 0) {
79
if (isS3boardType) {
80
setS3UIButtonGroup();
81
} else {
0 commit comments