@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.
|
@@ -995,6 +995,7 @@ var JsonEditor = function JsonEditor(_ref) {
|
|
|
995
995
|
onMount: handleEditorDidMount
|
|
996
996
|
}), error && touched && /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
997
997
|
className: "neeto-ui-input__error",
|
|
998
|
+
"data-cy": "json-field-input-error",
|
|
998
999
|
children: error
|
|
999
1000
|
})]
|
|
1000
1001
|
})]
|
|
@@ -4845,6 +4846,7 @@ var EventsPanel = function EventsPanel() {
|
|
|
4845
4846
|
children: t("neetoRules.common.noOptions")
|
|
4846
4847
|
}), error && touched && /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
4847
4848
|
className: "neeto-ui-input__error",
|
|
4849
|
+
"data-cy": "event-field-input-error",
|
|
4848
4850
|
children: error
|
|
4849
4851
|
})]
|
|
4850
4852
|
})]
|