iptdevs-design-system 3.1.977 → 3.1.978

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.
@@ -1889,7 +1889,7 @@ class updateUserFormComponent {
1889
1889
  }
1890
1890
  ngOnInit() {
1891
1891
  this.getParameters();
1892
- // this.trackIdTypeChanges();
1892
+ this.trackIdTypeChanges();
1893
1893
  }
1894
1894
  ngOnChanges(changes) {
1895
1895
  if (changes['visibleModal'] && changes['visibleModal'].currentValue) {