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.
@@ -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", {