@osovitny/anatoly 2.14.70 → 2.14.71

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.
@@ -2648,7 +2648,7 @@ class BaseComponent {
2648
2648
  dataLoadedAndNothingFound() {
2649
2649
  this.dataLoadedAndFound(false);
2650
2650
  }
2651
- dataLoadedAndFound(found) {
2651
+ dataLoadedAndFound(found = true) {
2652
2652
  this.dataLoading = false;
2653
2653
  this.dataLoaded = true;
2654
2654
  this.dataFound = found;