cat-qw-lib 0.62.4 → 0.62.5

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.
@@ -4318,7 +4318,7 @@ class WidgetItemComponent {
4318
4318
  updatedItem.value = applicantId;
4319
4319
  break;
4320
4320
  }
4321
- console.log(this.widget);
4321
+ console.log("widgetClick=>", this.widget);
4322
4322
  this.widgetStore.setWidgetData(this.widget);
4323
4323
  this.widgetStore.setOnWidgetItemClick(updatedItem);
4324
4324
  }