@apexcura/ui-components 0.0.14-Beta171 → 0.0.14-Beta172

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.
package/dist/index.js CHANGED
@@ -730,7 +730,7 @@ var ModelElement = (props) => {
730
730
  paddingRight: "10px"
731
731
  }
732
732
  },
733
- eachColumn.label
733
+ eachColumn.title
734
734
  ), selectedRecord[eachColumn.key] !== "" ? selectedRecord[eachColumn.key] : "--");
735
735
  } else {
736
736
  return null;
package/dist/index.mjs CHANGED
@@ -664,7 +664,7 @@ var ModelElement = (props) => {
664
664
  paddingRight: "10px"
665
665
  }
666
666
  },
667
- eachColumn.label
667
+ eachColumn.title
668
668
  ), selectedRecord[eachColumn.key] !== "" ? selectedRecord[eachColumn.key] : "--");
669
669
  } else {
670
670
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta171",
3
+ "version": "0.0.14-Beta172",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",