Skip to content

Commit

Permalink
Fix [Labels chip] duplicated id (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-prokopchuk authored Nov 12, 2024
1 parent c4da864 commit 79eb8cf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const NewChipInput = React.forwardRef(({ name, onChange, onFocus, ...inputProps
data-testid="input"
ref={ref}
type="text"
id={input.name}
{...{
...inputProps,
...input
Expand Down

0 comments on commit 79eb8cf

Please sign in to comment.