@trudb/tru-common-lib 0.2.104 → 0.2.105

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.
@@ -5380,6 +5380,7 @@ class TruCardColumn {
5380
5380
  }));
5381
5381
  };
5382
5382
  onSearch = (setupQuery) => {
5383
+ this.cards = [];
5383
5384
  this.isBusy = true;
5384
5385
  this.busyMessage = 'Searching for ' + this.childTablePluralLabel + '...';
5385
5386
  let joins = [];