@trudb/tru-common-lib 0.2.54 → 0.2.55

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.
@@ -7538,8 +7538,8 @@ class TruDataGrid {
7538
7538
  }
7539
7539
  onSearch = (setupQuery) => {
7540
7540
  this.firstSearchRan = true;
7541
- this.api.hideOverlay();
7542
- this.api.showLoadingOverlay();
7541
+ this.api?.hideOverlay();
7542
+ this.api?.showLoadingOverlay();
7543
7543
  let searchLocally = this.entity && this.entity['Ref'] < 0 || this.loadedEntities.some((ref) => {
7544
7544
  return ref === this.entity['Ref'];
7545
7545
  });