@things-factory/biz-ui 4.3.138 → 4.3.139

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.
@@ -466,7 +466,6 @@ export class ContactPointList extends localize(i18next)(PageView) {
466
466
 
467
467
  let data = this.dataGrist._data.records.map(itm => {
468
468
  itm.error = false
469
- z
470
469
 
471
470
  if (isEmpty(itm.name) || '') {
472
471
  itm.error = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/biz-ui",
3
- "version": "4.3.138",
3
+ "version": "4.3.139",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -32,5 +32,5 @@
32
32
  "@things-factory/layout-base": "^4.3.131",
33
33
  "@things-factory/shell": "^4.3.131"
34
34
  },
35
- "gitHead": "1d4e0a3ff6b8792c843b9735a28a3f5fb946b144"
35
+ "gitHead": "82a27c0caaf2f2c98cd094b92fc603bf768d2513"
36
36
  }