Skip to content

Commit

Permalink
Merge branch 'main' into mta-1696
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Apr 18, 2024
2 parents 75c0d2c + e3b7658 commit 71f4d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/pages/controls/tags/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const Tags: React.FC = () => {
?.map((tag) => tag.name)
.concat(tagCategoryNames)
.join("");
return tagNames || "";
return tagNames || tagCategoryNames || "";
},
selectOptions: dedupeFunction(
tagCategories
Expand Down

0 comments on commit 71f4d72

Please sign in to comment.