cat-qw-lib 2.3.8 → 2.3.9

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.
@@ -5442,12 +5442,6 @@ class WidgetItemComponent {
5442
5442
  case SHARED.EXPENDITURE:
5443
5443
  updatedItem.value = applicantId;
5444
5444
  break;
5445
- case SHARED.VALUATION:
5446
- const valuation = this.widget.dataItems.filter((val) => val.key === SHARED.VALUATIONID);
5447
- console.log(valuation);
5448
- updatedItem.value = valuation[0].value;
5449
- console.log(updatedItem.value);
5450
- break;
5451
5445
  }
5452
5446
  this.widgetStore.setWidgetData(this.widget);
5453
5447
  this.widgetStore.setOnWidgetItemClick(updatedItem);