@bpmn-io/properties-panel 3.17.0 → 3.18.0
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.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 +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2010,9 +2010,7 @@ function FeelTextfieldComponent(props) {
|
|
|
2010
2010
|
onError(undefined);
|
|
2011
2011
|
return;
|
|
2012
2012
|
}
|
|
2013
|
-
|
|
2014
|
-
const message = `${error.source}: ${error.message}`;
|
|
2015
|
-
onError(message);
|
|
2013
|
+
onError('Unparsable FEEL expression.');
|
|
2016
2014
|
});
|
|
2017
2015
|
const handlePopupOpen = (type = 'feel') => {
|
|
2018
2016
|
const popupOptions = {
|