@vtx/components 4.0.0-beta.17 → 4.0.0-beta.18
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.
|
@@ -113,7 +113,7 @@ var VtxTreeSelect = function VtxTreeSelect(_ref) {
|
|
|
113
113
|
if (labelInValue) {
|
|
114
114
|
return _objectSpread({}, keyNodesMapping[item.value]);
|
|
115
115
|
}
|
|
116
|
-
return _objectSpread({}, keyNodesMapping[item
|
|
116
|
+
return _objectSpread({}, keyNodesMapping[item]);
|
|
117
117
|
});
|
|
118
118
|
return selectedNodes;
|
|
119
119
|
};
|
|
@@ -120,7 +120,7 @@ var VtxTreeSelect = exports.VtxTreeSelect = function VtxTreeSelect(_ref) {
|
|
|
120
120
|
if (labelInValue) {
|
|
121
121
|
return _objectSpread({}, keyNodesMapping[item.value]);
|
|
122
122
|
}
|
|
123
|
-
return _objectSpread({}, keyNodesMapping[item
|
|
123
|
+
return _objectSpread({}, keyNodesMapping[item]);
|
|
124
124
|
});
|
|
125
125
|
return selectedNodes;
|
|
126
126
|
};
|