@bigbinary/neeto-tags-frontend 0.0.22 → 0.0.23
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 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3523,7 +3523,8 @@ var renderColumnData = function renderColumnData(columns, handleEdit, handleDele
|
|
|
3523
3523
|
},
|
|
3524
3524
|
label: "Edit",
|
|
3525
3525
|
style: "text",
|
|
3526
|
-
className: "neeto-tag-dropdown__button"
|
|
3526
|
+
className: "neeto-tag-dropdown__button",
|
|
3527
|
+
"data-cy": "tags-edit-button"
|
|
3527
3528
|
})), /*#__PURE__*/React.createElement("li", {
|
|
3528
3529
|
className: "neeto-tag-dropdown__item"
|
|
3529
3530
|
}, /*#__PURE__*/React.createElement(Button, {
|