config-editor-base 1.6.9 → 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.
package/dist/index.js CHANGED
@@ -18471,7 +18471,7 @@ var EditorSection = /*#__PURE__*/function (_React$Component) {
18471
18471
  value: selection,
18472
18472
  label: selection
18473
18473
  }, _this$setState), function () {
18474
- if (_this3.s3 && fileType != 'uischema' && !selection.includes('(local)')) {
18474
+ if (_this3.s3 && !selection.includes('(local)')) {
18475
18475
  _this3.props.fetchFileContentExt(selection, fileType);
18476
18476
  } else {
18477
18477
  _this3.props.fetchFileContent(selection, fileType);