Merge pull request #3792 from bmen25124/con_prof_api_err Added api check for ConnectionManagerRequestService.handleDropdown

f0338cc32543fc085e645c097aa8a5c255beb5f4

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
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