@apexcura/ui-components 0.0.14-Beta247 → 0.0.14-Beta248

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
@@ -823,7 +823,7 @@ var ModelElement = (props) => {
823
823
  margin: "-10px"
824
824
  }
825
825
  },
826
- modalContent.map((eachField) => {
826
+ modalContent && modalContent.fields.map((eachField) => {
827
827
  console.log("eachField", eachField);
828
828
  }),
829
829
  columns.map((eachColumn) => {
package/dist/index.mjs CHANGED
@@ -757,7 +757,7 @@ var ModelElement = (props) => {
757
757
  margin: "-10px"
758
758
  }
759
759
  },
760
- modalContent.map((eachField) => {
760
+ modalContent && modalContent.fields.map((eachField) => {
761
761
  console.log("eachField", eachField);
762
762
  }),
763
763
  columns.map((eachColumn) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta247",
3
+ "version": "0.0.14-Beta248",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",