config-editor-base 1.7.5 → 1.7.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 +0 -11
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -11
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18520,17 +18520,6 @@ var EditorSection = /*#__PURE__*/function (_React$Component) {
|
|
|
18520
18520
|
var configLocal = nextProps.editorConfigFiles.filter(function (file) {
|
|
18521
18521
|
return file.name.includes('(local)');
|
|
18522
18522
|
});
|
|
18523
|
-
console.log("nextProps.editorUISchemaFiles", nextProps.editorUISchemaFiles);
|
|
18524
|
-
var uiS3 = nextProps.editorUISchemaFiles.filter(function (file) {
|
|
18525
|
-
return isValidUISchema(file.name);
|
|
18526
|
-
});
|
|
18527
|
-
console.log("uiS3", uiS3, "uiS3[0]", uiS3[0]);
|
|
18528
|
-
|
|
18529
|
-
if (uiS3.length) {
|
|
18530
|
-
this.setState({
|
|
18531
|
-
selecteduischema: uiS3[0].name
|
|
18532
|
-
});
|
|
18533
|
-
}
|
|
18534
18523
|
|
|
18535
18524
|
if (uiLocal.length) {
|
|
18536
18525
|
this.setState({
|