make tag value icons work for translatable strings, too

This commit is contained in:
Martin Raifer
2022-11-08 19:20:47 +01:00
parent 62113dcf74
commit 635c498548

View File

@@ -491,6 +491,7 @@ export function uiFieldCombo(field, context) {
}
function updateIcon(value) {
value = tagValue(value);
if (valueIcons[field.key]) {
_container.selectAll('.tag-value-icon').remove();
var iconSelector = _container.selectAll('.tag-value-icon')