From a4e4f5615863f544acaf008fc0993f2b56574ebc Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Tue, 16 Jun 2026 13:10:41 +0300 Subject: [PATCH] fix(iot-hub): show connection-method selector step even when a single method is available --- .../device-install-dialog/device-install-dialog.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ffb979689e..96c5f9ed72 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 @@ -565,7 +565,7 @@ export class TbDeviceInstallDialogComponent extends DialogComponent 1 && !this.selectedInstallMethod) { + if (!this.reviewMode && this.availableInstallMethods.length > 0 && !this.selectedInstallMethod) { // First step: connection method selector. Remaining steps are // appended via appendInstallSteps() once a method is confirmed. this.wizardSteps.push({