@trudb/tru-common-lib 0.2.334 → 0.2.335

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.
@@ -8227,7 +8227,7 @@ class TruDataGrid {
8227
8227
  return true;
8228
8228
  };
8229
8229
  onAdd = () => {
8230
- this.dataContext.entityAccess().add(this.config.resultConfig.entityType);
8230
+ this.addEntity(this.dataContext.entityAccess().add(this.config.resultConfig.entityType));
8231
8231
  };
8232
8232
  onDelete = () => {
8233
8233
  let selectedRows = this.api.getSelectedRows();