iptdevs-design-system 3.1.122 → 3.1.123

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.
@@ -4088,8 +4088,8 @@ class ModalReferredComponent {
4088
4088
  token: this.baseService.getUserToken(),
4089
4089
  param: form.value.searchUser,
4090
4090
  };
4091
- console.log(form);
4092
- if (form) {
4091
+ console.log(form.value.searchUser);
4092
+ if (form.value.searchUser != "") {
4093
4093
  this.userService.getStudent(request).subscribe((response) => {
4094
4094
  if (response.data == null) {
4095
4095
  this.userExists = false;