updated sense label
This commit is contained in:
@@ -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"}},
|
||||
[])
|
||||
|
||||
Reference in New Issue
Block a user