@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.js CHANGED
@@ -2489,7 +2489,7 @@ function calculatePopupPosition(element) {
2489
2489
 
2490
2490
  // todo(pinussilvestrus): make this configurable in the future
2491
2491
  function getPopupTitle(element, label) {
2492
- let popupTitle;
2492
+ let popupTitle = '';
2493
2493
  if (element && element.type) {
2494
2494
  popupTitle = `${element.type} / `;
2495
2495
  }