@bigbinary/neeto-fields-frontend 1.3.15 → 1.3.16
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.cjs.js +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1692,6 +1692,7 @@ var AdditionalInputs = function AdditionalInputs() {
|
|
|
1692
1692
|
}), /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
1693
1693
|
fullWidth: true,
|
|
1694
1694
|
className: "mb-6 border-dashed text-xs uppercase",
|
|
1695
|
+
"data-cy": "neeto-fields-add-more-option-button",
|
|
1695
1696
|
label: t("neetoFields.labels.addMoreOption"),
|
|
1696
1697
|
style: "secondary",
|
|
1697
1698
|
onClick: function onClick() {
|