config-editor-base 1.6.8 → 1.6.9
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- 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", {
|