@trudb/tru-common-lib 0.2.167 → 0.2.168

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.
@@ -6015,7 +6015,7 @@ class TruDataGridClipboard {
6015
6015
  let properties = copiedRow.$entity.entityType.getPropertyNames();
6016
6016
  properties
6017
6017
  .forEach((propertyName) => {
6018
- let propertyConfig = copiedRow[propertyName].property;
6018
+ let propertyConfig = copiedRow[propertyName]?.property;
6019
6019
  if (propertyConfig &&
6020
6020
  propertyName !== tableName + 'Ref' &&
6021
6021
  propertyName !== 'rowver' &&