diff --git a/app/javascript/js/controllers/fields/tags_field_helpers.js b/app/javascript/js/controllers/fields/tags_field_helpers.js index f170acda44..1df25bccf0 100644 --- a/app/javascript/js/controllers/fields/tags_field_helpers.js +++ b/app/javascript/js/controllers/fields/tags_field_helpers.js @@ -6,7 +6,7 @@ export function tagTemplate(tagData) { (item) => item.value == tagData.value, ) const possibleLabel = possibleSuggestion - ? possibleSuggestion.label + ? possibleSuggestion.value : tagData.value return `