@trudb/tru-common-lib 0.2.332 → 0.2.333

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.
@@ -8235,7 +8235,7 @@ class TruDataGrid {
8235
8235
  return true;
8236
8236
  };
8237
8237
  onAdd = () => {
8238
- this.addEntity(this.dataContext.entityAccess().add(this.config.resultConfig.entityType));
8238
+ this.dataContext.entityAccess().add(this.config.resultConfig.entityType);
8239
8239
  };
8240
8240
  onDelete = () => {
8241
8241
  let selectedRows = this.api.getSelectedRows();