Skip to content

Commit

Permalink
fix(FEEL): remove undefined in front of label
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm committed Sep 25, 2023
1 parent bac50b2 commit d403034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/entries/FEEL/Feel.js
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ function calculatePopupPosition(element) {

// todo(pinussilvestrus): make this configurable in the future
function getPopupTitle(element, label) {
let popupTitle;
let popupTitle = '';

if (element && element.type) {
popupTitle = `${element.type} / `;
Expand Down

0 comments on commit d403034

Please sign in to comment.