updated sense label

This commit is contained in:
2020-10-16 16:50:50 +02:00
parent a8b84c4b37
commit a571a9ceb1
2 changed files with 5 additions and 2 deletions

View File

@@ -104,6 +104,7 @@ def label_list_editor(current_labels, add_label_message_class):
center = h("select.label-value", {}, options)
right_value = label if label not in TAGS[label_type] else ""
right_value = "blagovna znamka" if label_type == 'Blagovna znamka' else right_value
right = h("input.label-value-other",
{"props": {"type": "text", "value": right_value, "placeholder": "drugo"}},
[])