Skip to content

Commit

Permalink
Updated label function to render tags correctly in view mode #256
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jul 12, 2024
1 parent b362334 commit aa7e779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/assets/javascripts/forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ function orEmptyArray(v) {
if (match) {
return self.constraints.text(match);
}
return '';
return value || '';
}
}

Expand Down

0 comments on commit aa7e779

Please sign in to comment.