iptdevs-design-system 3.1.333 → 3.1.334

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.
@@ -4927,8 +4927,10 @@ class CodFormComponent {
4927
4927
  const alertHtml = `
4928
4928
  <div class="my-custom-alert">
4929
4929
  <h2>Warning!</h2>
4930
- <p>{{response.data.warning}}</p>
4931
- <button class="btn btn-primary">Aceptar</button>
4930
+ <p>${response.data.warning.average_score}</p>
4931
+ <p>${response.data.warning.non_attendance}</p>
4932
+ <p>${response.data.warning.outstanding_payments}</p>
4933
+
4932
4934
  </div>
4933
4935
  `;
4934
4936
  Swal.fire({
@@ -4938,6 +4940,7 @@ class CodFormComponent {
4938
4940
  confirmButtonText: 'Confirmar',
4939
4941
  // cancelButtonText: 'Cancelar',
4940
4942
  });
4943
+ this.isLoading = false;
4941
4944
  }
4942
4945
  else if (response.message.code === 4) {
4943
4946
  this.isLoading = false;