iptdevs-design-system 3.1.92 → 3.1.93

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.
@@ -4085,7 +4085,7 @@ class ModalReferredComponent {
4085
4085
  token: this.baseService.getUserToken(),
4086
4086
  param: form.value.searchUser,
4087
4087
  };
4088
- console.log(form);
4088
+ console.log(request);
4089
4089
  this.userService.getStudent(request).subscribe((response) => {
4090
4090
  console.log(response.data);
4091
4091
  if (response.data == null) {