config-editor-base 1.7.4 → 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 CHANGED
@@ -18520,15 +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
- var uiS3 = nextProps.editorUISchemaFiles.filter(function (file) {
18524
- return isValidUISchema(file.name);
18525
- });
18526
-
18527
- if (uiS3.length) {
18528
- this.setState({
18529
- selecteduischema: uiS3[0].name
18530
- });
18531
- }
18532
18523
 
18533
18524
  if (uiLocal.length) {
18534
18525
  this.setState({