config-editor-base 2.7.0 → 2.7.1
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 +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -18143,7 +18143,12 @@ var PartialConfigLoader = /*#__PURE__*/function (_React$Component) {
|
|
|
18143
18143
|
}, function () {});
|
|
18144
18144
|
};
|
|
18145
18145
|
_proto.testMergedFile = function testMergedFile() {
|
|
18146
|
-
var
|
|
18146
|
+
var overwriteMerge = function overwriteMerge(destinationArray, sourceArray, options) {
|
|
18147
|
+
return sourceArray;
|
|
18148
|
+
};
|
|
18149
|
+
var mergedConfigTemp = merge(this.props.formData, this.state.jsonFile, {
|
|
18150
|
+
arrayMerge: overwriteMerge
|
|
18151
|
+
});
|
|
18147
18152
|
this.setState({
|
|
18148
18153
|
mergedConfig: mergedConfigTemp
|
|
18149
18154
|
}, function () {
|