From 3661e6fd0d91ffba09b30bd2e4655954ead6fa87 Mon Sep 17 00:00:00 2001 From: Maksym Dudnik Date: Fri, 30 Jun 2023 11:43:52 +0300 Subject: [PATCH] device wizard and device component revert changes --- .../home/components/wizard/device-wizard-dialog.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.ts b/ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.ts index 92906b571d..77916d379c 100644 --- a/ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.ts +++ b/ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.ts @@ -372,6 +372,7 @@ export class DeviceWizardDialogComponent extends ), map(() => true)); } + return of(true); } allValid(): boolean {