@formio/js 5.1.0-dev.6044.20a9acc → 5.1.0-dev.6044.8d9a6d5

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.
@@ -76,7 +76,7 @@ class DataMapComponent extends DataGrid_1.default {
76
76
  if (!this.key) {
77
77
  return this.emptyValue;
78
78
  }
79
- return lodash_1.default.get(this.data, this.key, this.emptyValue);
79
+ return lodash_1.default.get(this.data, this.key);
80
80
  }
81
81
  set dataValue(value) {
82
82
  super.dataValue = value;
@@ -71,7 +71,7 @@ export default class DataMapComponent extends DataGridComponent {
71
71
  if (!this.key) {
72
72
  return this.emptyValue;
73
73
  }
74
- return _.get(this.data, this.key, this.emptyValue);
74
+ return _.get(this.data, this.key);
75
75
  }
76
76
  set dataValue(value) {
77
77
  super.dataValue = value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/js",
3
- "version": "5.1.0-dev.6044.20a9acc",
3
+ "version": "5.1.0-dev.6044.8d9a6d5",
4
4
  "description": "JavaScript powered Forms with JSON Form Builder",
5
5
  "main": "lib/cjs/index.js",
6
6
  "exports": {