@bpmn-io/properties-panel 3.17.0 → 3.18.1
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/assets/properties-panel.css +0 -4
- package/dist/index.esm.js +1 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2031,9 +2031,7 @@ function FeelTextfieldComponent(props) {
|
|
|
2031
2031
|
onError(undefined);
|
|
2032
2032
|
return;
|
|
2033
2033
|
}
|
|
2034
|
-
|
|
2035
|
-
const message = `${error.source}: ${error.message}`;
|
|
2036
|
-
onError(message);
|
|
2034
|
+
onError('Unparsable FEEL expression.');
|
|
2037
2035
|
});
|
|
2038
2036
|
const handlePopupOpen = (type = 'feel') => {
|
|
2039
2037
|
const popupOptions = {
|