@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 CHANGED
@@ -2010,9 +2010,7 @@ function FeelTextfieldComponent(props) {
2010
2010
  onError(undefined);
2011
2011
  return;
2012
2012
  }
2013
- const error = lint[0];
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 = {