iptdevs-design-system 3.1.364 → 3.1.365

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.
@@ -4794,6 +4794,7 @@ class CodFormComponent {
4794
4794
  this.userRole = this.baseService.getUserRole();
4795
4795
  }
4796
4796
  ngOnChanges(changes) {
4797
+ console.log(this.courseSelect);
4797
4798
  if (changes['editCod'] && this.dataFromPreviusCodData) {
4798
4799
  if (this.editCod) {
4799
4800
  if (!this.dataFromPreviusCodData.edit_course_payment) {