config-editor-base 1.6.8 → 1.7.0

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.
@@ -18187,7 +18187,7 @@ function ArrayFieldTemplate(props) {
18187
18187
  }, /*#__PURE__*/React.createElement("div", {
18188
18188
  className: "position-relative"
18189
18189
  }, /*#__PURE__*/React.createElement("div", {
18190
- "class": "rjsf-array-list"
18190
+ className: "rjsf-array-list"
18191
18191
  }, /*#__PURE__*/React.createElement("div", null, element.children), /*#__PURE__*/React.createElement("div", {
18192
18192
  className: "special-array-buttons"
18193
18193
  }, element.hasMoveDown && /*#__PURE__*/React.createElement("button", {
@@ -18468,7 +18468,7 @@ var EditorSection = /*#__PURE__*/function (_React$Component) {
18468
18468
  value: selection,
18469
18469
  label: selection
18470
18470
  }, _this$setState), function () {
18471
- if (_this3.s3 && fileType != 'uischema' && !selection.includes('(local)')) {
18471
+ if (_this3.s3 && !selection.includes('(local)')) {
18472
18472
  _this3.props.fetchFileContentExt(selection, fileType);
18473
18473
  } else {
18474
18474
  _this3.props.fetchFileContent(selection, fileType);