iptdevs-design-system 3.1.4387 → 3.1.4388

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.
@@ -6330,9 +6330,10 @@ class CodSelfFormStepOneComponent extends CodSelfManagedSteps {
6330
6330
  }
6331
6331
  ngOnInit() {
6332
6332
  this.getParameters();
6333
+ this.startLocalStorageWork();
6333
6334
  }
6334
6335
  ngOnChanges(changes) {
6335
- this.startLocalStorageWork();
6336
+ // this.startLocalStorageWork();
6336
6337
  const currentUser = changes['userStudent'].currentValue;
6337
6338
  if (changes['userStudent'] && this.userStudent != undefined) {
6338
6339
  console.log('currentUser', currentUser);