iptdevs-design-system 2.7.110 → 2.7.111

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.
@@ -4018,8 +4018,8 @@ class CodFormComponent {
4018
4018
  this.isLoading = false;
4019
4019
  this.loaderMessage = '';
4020
4020
  Swal.fire({
4021
- title: 'Error Create COD',
4022
- text: err.error.text,
4021
+ title: 'Error in cod creation',
4022
+ text: err.message,
4023
4023
  icon: 'error'
4024
4024
  });
4025
4025
  }