Skip to content

Commit

Permalink
Update lib/util/LabelUtil.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Sep 18, 2024
1 parent 3961786 commit c3631e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/LabelUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export function setLabel(element, text) {

if (attr === 'categoryValueRef') {
if (!semantic[attr]) {
return;
return element;
}
semantic[attr].value = text;
} else {
Expand Down

0 comments on commit c3631e8

Please sign in to comment.