@trudb/tru-common-lib 0.2.170 → 0.2.172

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.
@@ -6333,7 +6333,7 @@ class TruDataGridClipboard {
6333
6333
  if (propertyConfig.typeName === 'rich-text-unbounded')
6334
6334
  return this.util.htmlToPlainText(value);
6335
6335
  else if (propertyConfig.typeName === 'foreign-key' || propertyConfig.typeName === 'user-foreign-key')
6336
- return this.formatter.excelFormula(propertyConfig.formatter(propertyConfig).hid(controlConfig.$entity));
6336
+ return this.formatter.excelFormula(propertyConfig.formatter(controlConfig).hid(controlConfig.$entity));
6337
6337
  else
6338
6338
  return this.formatter.excelFormula(propertyConfig.formatter(propertyConfig));
6339
6339
  };