Skip to content

Commit

Permalink
fix: tag value
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Feb 1, 2024
1 parent 30a37be commit 10aa47f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const TagCompletion = () => {
setter((prev) => {
return {
...prev,
tags: [...prev.tags, suggestion.name],
tags: [...prev.tags, suggestion.value],
}
})
}}
Expand Down

0 comments on commit 10aa47f

Please sign in to comment.