@trudb/tru-common-lib 0.2.522 → 0.2.533

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.
@@ -6101,11 +6101,11 @@ class TruCardColumn {
6101
6101
  this.columnFilterChoices = [];
6102
6102
  this.columnFilterRefs = [];
6103
6103
  this.cardFilterStr = null;
6104
- if (!newEntities.length) {
6105
- this.lockedColumns = [];
6106
- this.columns = [];
6107
- return;
6108
- }
6104
+ //if (!newEntities.length) {
6105
+ // this.lockedColumns = [];
6106
+ // this.columns = [];
6107
+ // return;
6108
+ //}
6109
6109
  let lockedColumns = [];
6110
6110
  let emptyParents = [];
6111
6111
  let columns = [];