Skip to content

Commit 10aa47f

Browse files
committed
fix: tag value
Signed-off-by: Innei <[email protected]>
1 parent 30a37be commit 10aa47f

File tree

1 file changed

+1
-1
lines changed
  • src/components/modules/dashboard/post-editing/sidebar

1 file changed

+1
-1
lines changed

src/components/modules/dashboard/post-editing/sidebar/TagsInput.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const TagCompletion = () => {
5656
setter((prev) => {
5757
return {
5858
...prev,
59-
tags: [...prev.tags, suggestion.name],
59+
tags: [...prev.tags, suggestion.value],
6060
}
6161
})
6262
}}

0 commit comments

Comments
 (0)