Browse Source

device wizard and device component revert changes

pull/8337/head
Maksym Dudnik 3 years ago
parent
commit
3661e6fd0d
  1. 1
      ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.ts

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

Loading…
Cancel
Save