iptdevs-design-system 3.1.616 → 3.1.617

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.
@@ -7346,7 +7346,6 @@ class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
7346
7346
  this.completed.emit(3);
7347
7347
  }
7348
7348
  showTable() {
7349
- this.isLoadingSelectLevels = true;
7350
7349
  this.isFinancing = false;
7351
7350
  this.financingData.emit(null);
7352
7351
  const total_price = this.codSelfFormStepThree.controls['total_price'].value;
@@ -7382,6 +7381,7 @@ class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
7382
7381
  // this.showTable();
7383
7382
  // }
7384
7383
  selectLevels(dataPayment, rowIndex) {
7384
+ this.isLoadingSelectLevels = true;
7385
7385
  this.selectedRow = rowIndex;
7386
7386
  if (this.codSelfFormStepThree.get('payment_method')?.value == 1) {
7387
7387
  this.codSelfFormStepThree.controls['quota_times'].setValue(dataPayment.code);