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({