@bigbinary/neeto-fields-frontend 2.3.14 → 2.3.15

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.
@@ -4829,8 +4829,8 @@ var Subheader = function Subheader(_ref) {
4829
4829
  }),
4830
4830
  rightActionBlock: reorderable && /*#__PURE__*/jsxRuntime.jsx(Button, {
4831
4831
  "data-cy": "neeto-fields-reorder-button",
4832
- icon: Reorder,
4833
- style: "text",
4832
+ label: t("neetoFields.titles.reorder"),
4833
+ style: "secondary",
4834
4834
  onClick: function onClick() {
4835
4835
  return setIsReorderPaneOpen(true);
4836
4836
  }