config-editor-base 2.0.5 → 2.0.6
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -436,7 +436,7 @@ var resetLocalSchemaList = function resetLocalSchemaList() {
|
|
|
436
436
|
};
|
|
437
437
|
var saveUpdatedConfiguration = function saveUpdatedConfiguration(filename, content) {
|
|
438
438
|
return function (dispatch) {
|
|
439
|
-
var contentJSON =
|
|
439
|
+
var contentJSON = content;
|
|
440
440
|
console.log("contentJSON", contentJSON);
|
|
441
441
|
console.log("contentJSON.can_1", contentJSON.can_1);
|
|
442
442
|
|