Added api check for ConnectionManagerRequestService.handleDropdown

50b2eeb61f7e0bcc0d873d8756a112513246aa0e

bmen25124 <bmen25124@gmail.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/extensions/shared.js+1 -1
@@ -384,7 +384,7 @@ export class ConnectionManagerRequestService {
384384 * @returns {boolean}
385385 */
386386 static isProfileSupported(profile) {
387387 if (!profile || !profile.api) {
388388 return false;
389389 }
390390