@bigbinary/neeto-tags-frontend 1.5.9 → 1.5.10
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
|
@@ -182,6 +182,7 @@ var TitleActionBlock = function TitleActionBlock(_ref) {
|
|
|
182
182
|
var isDisabled = _ref.isDisabled,
|
|
183
183
|
setIsTagsDropdownVisible = _ref.setIsTagsDropdownVisible;
|
|
184
184
|
return /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
185
|
+
"data-cy": "neeto-tags-add-tag-button",
|
|
185
186
|
disabled: isDisabled,
|
|
186
187
|
icon: neetoIcons.Settings,
|
|
187
188
|
size: "15",
|