@bigbinary/neeto-rules-frontend 2.5.32 → 2.5.33
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/NeetoRulesForm.js
CHANGED
|
@@ -974,6 +974,7 @@ var JsonEditor = function JsonEditor(_ref) {
|
|
|
974
974
|
onMount: handleEditorDidMount
|
|
975
975
|
}), error && touched && /*#__PURE__*/jsx("div", {
|
|
976
976
|
className: "neeto-ui-input__error",
|
|
977
|
+
"data-cy": "json-field-input-error",
|
|
977
978
|
children: error
|
|
978
979
|
})]
|
|
979
980
|
})]
|
|
@@ -4824,6 +4825,7 @@ var EventsPanel = function EventsPanel() {
|
|
|
4824
4825
|
children: t("neetoRules.common.noOptions")
|
|
4825
4826
|
}), error && touched && /*#__PURE__*/jsx("div", {
|
|
4826
4827
|
className: "neeto-ui-input__error",
|
|
4828
|
+
"data-cy": "event-field-input-error",
|
|
4827
4829
|
children: error
|
|
4828
4830
|
})]
|
|
4829
4831
|
})]
|