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.js
CHANGED
|
@@ -18146,7 +18146,12 @@ var PartialConfigLoader = /*#__PURE__*/function (_React$Component) {
|
|
|
18146
18146
|
}, function () {});
|
|
18147
18147
|
};
|
|
18148
18148
|
_proto.testMergedFile = function testMergedFile() {
|
|
18149
|
-
var
|
|
18149
|
+
var overwriteMerge = function overwriteMerge(destinationArray, sourceArray, options) {
|
|
18150
|
+
return sourceArray;
|
|
18151
|
+
};
|
|
18152
|
+
var mergedConfigTemp = merge(this.props.formData, this.state.jsonFile, {
|
|
18153
|
+
arrayMerge: overwriteMerge
|
|
18154
|
+
});
|
|
18150
18155
|
this.setState({
|
|
18151
18156
|
mergedConfig: mergedConfigTemp
|
|
18152
18157
|
}, function () {
|