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.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18190,7 +18190,7 @@ function ArrayFieldTemplate(props) {
|
|
|
18190
18190
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18191
18191
|
className: "position-relative"
|
|
18192
18192
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18193
|
-
|
|
18193
|
+
className: "rjsf-array-list"
|
|
18194
18194
|
}, /*#__PURE__*/React.createElement("div", null, element.children), /*#__PURE__*/React.createElement("div", {
|
|
18195
18195
|
className: "special-array-buttons"
|
|
18196
18196
|
}, element.hasMoveDown && /*#__PURE__*/React.createElement("button", {
|
|
@@ -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 &&
|
|
18474
|
+
if (_this3.s3 && !selection.includes('(local)')) {
|
|
18475
18475
|
_this3.props.fetchFileContentExt(selection, fileType);
|
|
18476
18476
|
} else {
|
|
18477
18477
|
_this3.props.fetchFileContent(selection, fileType);
|