Skip to content

Commit

Permalink
Update tag component
Browse files Browse the repository at this point in the history
  • Loading branch information
AladdinNullptr committed Jan 11, 2024
1 parent 3c5cac3 commit ee30633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Tag/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const Tag: React.FC<TagProps> = props => {
}

Tag.defaultProps = {
closeIcon: <X size={12} />
closeIcon: <X size={12} />,
closable: false
}

export default Tag

0 comments on commit ee30633

Please sign in to comment.