three-trees-ui 1.0.54 → 1.0.55

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "three-trees-ui",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "publicPath": "/ui",
5
5
  "author": "hotent",
6
6
  "private": false,
@@ -105,6 +105,9 @@ export default {
105
105
  if (newOne.id_) {
106
106
  delete newOne.id_
107
107
  }
108
+ if (newOne.id) {
109
+ delete newOne.id
110
+ }
108
111
  if (newOne.sub_row_readonly) {
109
112
  delete newOne.sub_row_readonly
110
113
  }