cat-qw-lib 2.1.18 → 2.1.19

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.
@@ -5480,6 +5480,7 @@ class WidgetRowTileComponent {
5480
5480
  }
5481
5481
  ngOnChanges(changes) {
5482
5482
  if (changes[SHARED.ON_WIDGET_UPDATE]) {
5483
+ this.isLoading = true;
5483
5484
  this.getWidgetItemList();
5484
5485
  }
5485
5486
  }