@trudb/tru-common-lib 0.1.820 → 0.1.821

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.
@@ -3856,13 +3856,13 @@ class TruDetailViewBase {
3856
3856
  customToolbarContainer;
3857
3857
  view;
3858
3858
  childUpdateFn = null;
3859
- customToolbarComponents = [];
3860
3859
  tableName = '';
3861
3860
  tablePluralName = '';
3862
3861
  tablePluralLabel = '';
3863
3862
  parentTableName = '';
3864
3863
  parentTablePluralName = '';
3865
3864
  parentTablePluralLabel = '';
3865
+ customToolbarComponents = [];
3866
3866
  entities = [];
3867
3867
  entity;
3868
3868
  entityType;