diff --git a/ui-ngx/src/app/modules/home/components/iot-hub/device-install-dialog/device-install-dialog.component.ts b/ui-ngx/src/app/modules/home/components/iot-hub/device-install-dialog/device-install-dialog.component.ts index 66b8a82b01..9ee8e11ef9 100644 --- a/ui-ngx/src/app/modules/home/components/iot-hub/device-install-dialog/device-install-dialog.component.ts +++ b/ui-ngx/src/app/modules/home/components/iot-hub/device-install-dialog/device-install-dialog.component.ts @@ -145,13 +145,6 @@ export class TbDeviceInstallDialogComponent extends DialogComponent this.packageInfo.installSteps[ct]?.length > 0 ); - if (this.availableConnectivityTypes.length === 1) { - this.selectedConnectivity = this.availableConnectivityTypes[0]; - this.showConnectivitySelector = false; - this.startWizard(); - } else { - this.showConnectivitySelector = true; - } } catch (e) { console.error('Failed to parse device package ZIP', e); } @@ -169,13 +162,19 @@ export class TbDeviceInstallDialogComponent extends DialogComponent