iptdevs-design-system 3.1.418 → 3.1.419

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6310,18 +6310,19 @@ class CodSelfFormStepOneComponent extends CodSelfManagedSteps {
6310
6310
  this.errorMessage = 'Faltan campos por llenar.';
6311
6311
  this.controls = new CodSelfManagedControls().controls[0];
6312
6312
  }
6313
+ // ngOnInit(): void {
6314
+ // this.setDataUsers();
6315
+ // }
6313
6316
  ngOnChanges(changes) {
6314
6317
  this.initForm();
6315
6318
  this.getParameters();
6316
- this.setDataUsers();
6317
6319
  this.startLocalStorageWork();
6320
+ // this.setDataUsers();
6318
6321
  if (changes['user'] && this.user != null) {
6319
6322
  this.setDataUsers();
6320
6323
  this.cdRef.detectChanges();
6321
6324
  }
6322
6325
  }
6323
- // ngOnInit(): void {
6324
- // }
6325
6326
  initForm() {
6326
6327
  this.codSelfFormStepOne = this.fb.group({
6327
6328
  student_name: ['', [Validators.required]],