diff --git a/frontend/src/components/tag_input.tsx b/frontend/src/components/tag_input.tsx index a426adf..babd78b 100644 --- a/frontend/src/components/tag_input.tsx +++ b/frontend/src/components/tag_input.tsx @@ -94,7 +94,10 @@ export default function TagInput({ onAdd, mainTag }: { onAdd: (tag: Tag) => void setTags([]) const input = document.getElementById("search_tags_input") as HTMLInputElement input.blur() - }}>{t.name} + }}> + {t.name} + {t.type && {t.type}} + }) } { @@ -106,11 +109,11 @@ export default function TagInput({ onAdd, mainTag }: { onAdd: (tag: Tag) => void } return