@bpmn-io/properties-panel 3.7.0 → 3.7.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/index.esm.js CHANGED
@@ -2461,7 +2461,7 @@ function calculatePopupPosition(element) {
2461
2461
 
2462
2462
  // todo(pinussilvestrus): make this configurable in the future
2463
2463
  function getPopupTitle(element, label) {
2464
- let popupTitle;
2464
+ let popupTitle = '';
2465
2465
  if (element && element.type) {
2466
2466
  popupTitle = `${element.type} / `;
2467
2467
  }