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.
@@ -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);