Skip to content

Commit

Permalink
[filigran-ui][version] v0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hervyt committed Dec 11, 2024
1 parent d297138 commit 778a80a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const Tag: React.FC<TagProps> = ({
{tagObj.text}
<CloseIcon
className="ml-s h-3 w-3 cursor-pointer"
onClick={(e) => {
onClick={(e: React.MouseEvent) => {
e.stopPropagation() // Prevent event from bubbling up to the tag span
onRemoveTag(tagObj.id)
}}
Expand Down

0 comments on commit 778a80a

Please sign in to comment.