iptdevs-design-system 3.1.200 → 3.1.201

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.
@@ -4672,6 +4672,13 @@ class CodFormComponent {
4672
4672
  });
4673
4673
  }
4674
4674
  else {
4675
+ this.isLoading = false;
4676
+ this.loaderMessage = '';
4677
+ Swal.fire({
4678
+ title: 'Warning!',
4679
+ text: response.message.message,
4680
+ icon: 'error'
4681
+ });
4675
4682
  }
4676
4683
  },
4677
4684
  error: (err) => {